Skip to content

Commit

Permalink
HSEARCH-5286 Switch to ojdbc17 driver for testing against an Oracle DB
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 12, 2024
1 parent 061f9cc commit 88fcbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
<artifactId>ojdbc17</artifactId>
<version>${version.com.oracle.database.jdbc}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build/parents/integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<id>ci-oracle</id>
<properties>
<jdbc.driver.groupId>com.oracle.database.jdbc</jdbc.driver.groupId>
<jdbc.driver.artifactId>ojdbc11</jdbc.driver.artifactId>
<jdbc.driver.artifactId>ojdbc17</jdbc.driver.artifactId>
<test.database.run.kind>oracle</test.database.run.kind>
<!-- avoid `ORA-01882: timezone region not found` exception on CI -->
<failsafe.jvm.args.jdbc>-Doracle.jdbc.timezoneAsRegion=false</failsafe.jvm.args.jdbc>
Expand Down

0 comments on commit 88fcbcc

Please sign in to comment.