Skip to content

Commit 571e7f4

Browse files
author
ZhangJian He
authored
fix ojdbc6 wrong corrinator (#4132)
1 parent ead9143 commit 571e7f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client-adapter/launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<artifactId>postgresql</artifactId>
6262
</dependency>
6363
<dependency>
64-
<groupId>com.oracle</groupId>
64+
<groupId>com.oracle.database.jdbc</groupId>
6565
<artifactId>ojdbc6</artifactId>
6666
</dependency>
6767
<dependency>

client-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@
182182
<version>42.1.4</version>
183183
</dependency>
184184
<dependency>
185-
<groupId>com.oracle</groupId>
185+
<groupId>com.oracle.database.jdbc</groupId>
186186
<artifactId>ojdbc6</artifactId>
187-
<version>11.2.0.3</version>
187+
<version>11.2.0.4</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>com.microsoft.sqlserver</groupId>

client-adapter/rdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<scope>test</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>com.oracle</groupId>
33+
<groupId>com.oracle.database.jdbc</groupId>
3434
<artifactId>ojdbc6</artifactId>
3535
<scope>test</scope>
3636
</dependency>

0 commit comments

Comments
 (0)