Skip to content

Commit b063082

Browse files
kaiwinterrnorth
authored andcommitted
Obtain official Oracle JDBC driver (#73) (#1899)
Also removed two unnecessary dependencies.
1 parent 8e871d0 commit b063082

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

modules/oracle-xe/build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
description = "Testcontainers :: JDBC :: Oracle XE"
22

3-
repositories {
4-
maven {
5-
url "https://maven.atlassian.com/3rdparty/"
6-
}
7-
}
8-
93
dependencies {
104
compile project(':jdbc')
115

12-
testCompile 'com.oracle:ojdbc6:12.1.0.1-atlassian-hosted'
6+
testCompile 'com.oracle.ojdbc:ojdbc8:19.3.0.0'
137
testCompile 'com.zaxxer:HikariCP-java6:2.3.8'
148
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'
179
}

0 commit comments

Comments
 (0)