|
|
|
|
@ -25,10 +25,10 @@ description = "Spring Boot jOOQ Test"
@@ -25,10 +25,10 @@ description = "Spring Boot jOOQ Test"
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
api(project(":core:spring-boot-test-autoconfigure")) |
|
|
|
|
api(project(":module:spring-boot-jdbc-test")) |
|
|
|
|
api(project(":module:spring-boot-jooq")) |
|
|
|
|
|
|
|
|
|
optional(project(":core:spring-boot-testcontainers")) |
|
|
|
|
optional(project(":module:spring-boot-jdbc-test")) |
|
|
|
|
optional("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
|
|
|
|
|
testImplementation(project(":module:spring-boot-flyway")) |
|
|
|
|
|