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
1 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue