dependencies { api project(":jdbc-connection-pool") testImplementation "org.apache.derby:derby:${project.property('derby.version')}" testImplementation "org.testcontainers:testcontainers:${project.property('testcontainers.version')}" testImplementation "org.testcontainers:junit-jupiter:${project.property('testcontainers.version')}" testImplementation "org.testcontainers:oracle-xe:${project.property('testcontainers.version')}" }