Skip to content

Commit

Permalink
Update to Java 11/17 Oracle JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed May 15, 2023
1 parent 5c050fb commit a41464c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/trino-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<artifactId>ojdbc11</artifactId>
<version>${dep.oracle.version}</version>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugin/trino-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@

<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<artifactId>ojdbc11</artifactId>
<version>${dep.oracle.version}</version>
</dependency>

<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp</artifactId>
<artifactId>ucp11</artifactId>
<version>${dep.oracle.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion plugin/trino-resource-group-managers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<artifactId>ojdbc11</artifactId>
<version>${dep.oracle.version}</version>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit a41464c

Please sign in to comment.