We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e871d0 commit b063082Copy full SHA for b063082
modules/oracle-xe/build.gradle
@@ -1,17 +1,9 @@
1
description = "Testcontainers :: JDBC :: Oracle XE"
2
3
-repositories {
4
- maven {
5
- url "https://maven.atlassian.com/3rdparty/"
6
- }
7
-}
8
-
9
dependencies {
10
compile project(':jdbc')
11
12
- testCompile 'com.oracle:ojdbc6:12.1.0.1-atlassian-hosted'
+ testCompile 'com.oracle.ojdbc:ojdbc8:19.3.0.0'
13
testCompile 'com.zaxxer:HikariCP-java6:2.3.8'
14
testCompile 'commons-dbutils:commons-dbutils:1.6'
15
- testCompile 'org.apache.tomcat:tomcat-jdbc:8.5.4'
16
- testCompile 'org.vibur:vibur-dbcp:9.0'
17
}
0 commit comments