Skip to content

Commit

Permalink
remove now redundant oracle pom stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschlansker committed May 20, 2024
1 parent e5d432a commit 18958cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- Move oracle12 module back into main build (#2664, thanks @stoyants!)

# 3.45.1

- Work around JDK-8320575 losing record constructor generic type information
Expand Down
7 changes: 0 additions & 7 deletions testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<basepom.test.timeout>600</basepom.test.timeout>
<dep.clickhouse.version>0.6.0</dep.clickhouse.version>
<dep.db2.version>11.5.9.0</dep.db2.version>
<dep.oracle-xe.version>23.3.0.23.09</dep.oracle-xe.version>
<dep.trino.version>435</dep.trino.version>
<dep.yugabyte.version>42.3.5-yb-4</dep.yugabyte.version>
<moduleName>org.jdbi.v3.testcontainers</moduleName>
Expand All @@ -43,12 +42,6 @@
<!-- we need tons of additional JDBC drivers in this one module. So we keep them all here. -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>${dep.oracle-xe.version}</version>
</dependency>

<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
Expand Down

0 comments on commit 18958cb

Please sign in to comment.