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' }