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