fix: dockerbuild
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
group = 'de.wundenbergs'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
description = 'Simple Projektverwaltung'
|
||||
description = 'Simple Dashboard'
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
@@ -25,16 +25,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
// implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'io.github.wimdeblauwe:htmx-spring-boot-thymeleaf:4.0.1'
|
||||
// implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
// testImplementation 'org.springframework.security:spring-security-test'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user