mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
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:
parent
ee35cfe478
commit
db49430efb
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user