Skip to content

Commit dddafb0

Browse files
committed
Exclude the correct packages from java-api
1 parent eca1115 commit dddafb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<scope>compile</scope>
2828
<exclusions>
2929
<exclusion>
30-
<groupId>com.oracle.jdbc</groupId>
30+
<groupId>com.oracle.ojdbc</groupId>
3131
<artifactId>ucp</artifactId>
3232
</exclusion>
3333
<exclusion>
34-
<groupId>com.oracle.jdbc</groupId>
34+
<groupId>com.oracle.ojdbc</groupId>
3535
<artifactId>ojdbc8</artifactId>
3636
</exclusion>
3737
<exclusion>
38-
<groupId>com.oracle.jdbc</groupId>
38+
<groupId>com.oracle.ojdbc</groupId>
3939
<artifactId>orai18n</artifactId>
4040
</exclusion>
4141
</exclusions>
@@ -67,7 +67,7 @@
6767
</exclusion>
6868
</exclusions>
6969
</dependency>
70-
<dependency>
70+
<dependency>
7171
<groupId>com.oracle.ojdbc</groupId>
7272
<artifactId>orai18n</artifactId>
7373
<version>${oracle.jdbc.version}</version>

0 commit comments

Comments
 (0)