Jottyfan
2023-03-12 23:53:34 +01:00
parent 68124316d0
commit f415d99e9e
9 changed files with 330 additions and 4 deletions

View File

@ -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'