Downgrade Jansi library to prevent kcadm exception on Windows (#21926)

Closes #21851

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
This commit is contained in:
Peter Zaoral 2023-07-26 12:29:53 +02:00 committed by GitHub
parent ee35cfe478
commit db49430efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,21 @@
<name>Keycloak Admin CLI</name>
<description/>
<properties>
<jansi.version>1.18</jansi.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.aesh</groupId>
<artifactId>aesh</artifactId>
</dependency>
<!-- Jansi library version needs to be overridden due to the backwards compatibility - see #21851 -->
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${jansi.version}</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>