|
|
|
|
@ -97,7 +97,10 @@ dependencies {
@@ -97,7 +97,10 @@ dependencies {
|
|
|
|
|
testImplementation("org.junit.jupiter:junit-jupiter") |
|
|
|
|
testImplementation("org.mariadb.jdbc:mariadb-java-client") |
|
|
|
|
testImplementation("org.mockito:mockito-core") |
|
|
|
|
testImplementation("org.postgresql:postgresql") |
|
|
|
|
testImplementation("org.postgresql:postgresql") { |
|
|
|
|
exclude group: "org.osgi" |
|
|
|
|
exclude group: "com.github.waffle", module: "waffle-jna" |
|
|
|
|
} |
|
|
|
|
testImplementation("org.springframework:spring-context-support") |
|
|
|
|
testImplementation("org.springframework.data:spring-data-redis") |
|
|
|
|
testImplementation("org.springframework.data:spring-data-r2dbc") |
|
|
|
|
|