add db
This commit is contained in:
@@ -9,7 +9,7 @@ version = '0.0.1-SNAPSHOT'
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
languageVersion = JavaLanguageVersion.of(22)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,8 @@ dependencies {
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
// https://mvnrepository.com/artifact/org.springframework.statemachine/spring-statemachine-core
|
||||
implementation 'org.springframework.statemachine:spring-statemachine-core:4.0.0'
|
||||
implementation 'org.jdbi:jdbi3-core:3.49.3'
|
||||
implementation 'com.mysql:mysql-connector-j:9.3.0'
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
|
Reference in New Issue
Block a user