We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca1115 commit dddafb0Copy full SHA for dddafb0
pom.xml
@@ -27,15 +27,15 @@
27
<scope>compile</scope>
28
<exclusions>
29
<exclusion>
30
- <groupId>com.oracle.jdbc</groupId>
+ <groupId>com.oracle.ojdbc</groupId>
31
<artifactId>ucp</artifactId>
32
</exclusion>
33
34
35
<artifactId>ojdbc8</artifactId>
36
37
38
39
<artifactId>orai18n</artifactId>
40
41
</exclusions>
@@ -67,7 +67,7 @@
67
68
69
</dependency>
70
- <dependency>
+ <dependency>
71
<groupId>com.oracle.ojdbc</groupId>
72
73
<version>${oracle.jdbc.version}</version>
0 commit comments