Jottyfan
2022-10-23 20:04:04 +02:00
parent 2126f4de62
commit 500ec2b9ad
9 changed files with 197 additions and 22 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'application'
group = 'de.jottyfan.camporganizer'
version = '0.0.9'
version = '0.1.0'
sourceCompatibility = 17
mainClassName = "de.jottyfan.camporganizer.Main"
@ -51,6 +51,8 @@ dependencies {
implementation 'org.webjars:datatables:1.11.4'
implementation 'org.webjars:select2:4.0.13'
implementation 'net.sf.biweekly:biweekly:0.6.6'
implementation 'org.keycloak:keycloak-spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-jooq'