Skip to content

Commit 88fcbcc

Browse files
committed
HSEARCH-5286 Switch to ojdbc17 driver for testing against an Oracle DB
1 parent 061f9cc commit 88fcbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/parents/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843
</dependency>
844844
<dependency>
845845
<groupId>com.oracle.database.jdbc</groupId>
846-
<artifactId>ojdbc11</artifactId>
846+
<artifactId>ojdbc17</artifactId>
847847
<version>${version.com.oracle.database.jdbc}</version>
848848
</dependency>
849849
<dependency>

build/parents/integrationtest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<id>ci-oracle</id>
180180
<properties>
181181
<jdbc.driver.groupId>com.oracle.database.jdbc</jdbc.driver.groupId>
182-
<jdbc.driver.artifactId>ojdbc11</jdbc.driver.artifactId>
182+
<jdbc.driver.artifactId>ojdbc17</jdbc.driver.artifactId>
183183
<test.database.run.kind>oracle</test.database.run.kind>
184184
<!-- avoid `ORA-01882: timezone region not found` exception on CI -->
185185
<failsafe.jvm.args.jdbc>-Doracle.jdbc.timezoneAsRegion=false</failsafe.jvm.args.jdbc>

0 commit comments

Comments
 (0)