database/jdbc-oracle/build.gradle

12 lines
341 B
Groovy

dependencies {
api project(':jdbc-query')
implementation libs.oracle
testImplementation project(':jdbc-test')
testImplementation testLibs.testcontainers
testImplementation testLibs.testcontainers.junit.jupiter
testImplementation testLibs.testcontainers.oracle.xe
}
test {
systemProperty 'user.timezone', 'GMT'
}