Skip to content

Commit c2a0345

Browse files
committed
Update to Java 11/17 Oracle JDBC driver
1 parent 8d419ed commit c2a0345

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/trino-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
<dependency>
194194
<groupId>com.oracle.database.jdbc</groupId>
195-
<artifactId>ojdbc8</artifactId>
195+
<artifactId>ojdbc11</artifactId>
196196
<version>${dep.oracle.version}</version>
197197
<scope>test</scope>
198198
</dependency>

plugin/trino-oracle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050

5151
<dependency>
5252
<groupId>com.oracle.database.jdbc</groupId>
53-
<artifactId>ojdbc8</artifactId>
53+
<artifactId>ojdbc11</artifactId>
5454
<version>${dep.oracle.version}</version>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>com.oracle.database.jdbc</groupId>
59-
<artifactId>ucp</artifactId>
59+
<artifactId>ucp11</artifactId>
6060
<version>${dep.oracle.version}</version>
6161
</dependency>
6262

plugin/trino-resource-group-managers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
<dependency>
123123
<groupId>com.oracle.database.jdbc</groupId>
124-
<artifactId>ojdbc8</artifactId>
124+
<artifactId>ojdbc11</artifactId>
125125
<version>${dep.oracle.version}</version>
126126
<scope>runtime</scope>
127127
</dependency>

0 commit comments

Comments
 (0)