Files
okaeri-timings/backend/dataaccess/build.gradle
2022-01-28 19:52:05 +01:00

21 lines
521 B
Groovy

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'mysql:mysql-connector-java'
runtimeOnly 'com.h2database:h2'
implementation 'com.github.f4b6a3:uuid-creator:4.3.1'
}
bootJar {
enabled = false
}
jar {
enabled = true
}