This commit is contained in:
@ -18,7 +18,7 @@ apply plugin: 'war'
|
||||
apply plugin: 'application'
|
||||
|
||||
group = 'de.jottyfan.camporganizer'
|
||||
version = '0.3.3'
|
||||
version = '0.3.4'
|
||||
sourceCompatibility = 17
|
||||
mainClassName = "de.jottyfan.camporganizer.Main"
|
||||
|
||||
@ -56,6 +56,9 @@ dependencies {
|
||||
|
||||
implementation 'org.keycloak:keycloak-spring-boot-starter'
|
||||
|
||||
// old login algorithm; can be removed when all accounts have moved
|
||||
implementation 'org.jasypt:jasypt:1.9.3'
|
||||
|
||||
// for using the keycloak rest interface
|
||||
implementation 'org.keycloak:keycloak-admin-client:20.0.1'
|
||||
implementation 'org.jboss.resteasy:resteasy-client:5.0.0.Final'
|
||||
|
Reference in New Issue
Block a user