database/jdbc-query/build.gradle

8 lines
245 B
Groovy
Raw Normal View History

2022-02-10 18:41:26 +01:00
dependencies {
api project(":jdbc-connection-pool")
testImplementation libs.derby
testImplementation libs.testcontainers
testImplementation libs.testcontainers.junit.jupiter
testImplementation libs.testcontainers.oracle.xe
2022-02-10 18:41:26 +01:00
}