Skip to content

Commit 414dfe1

Browse files
committed
Exclude oracle dependencies from java-api
1 parent 56acff5 commit 414dfe1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<groupId>com.oracle.jdbc</groupId>
3030
<artifactId>ucp</artifactId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>com.oracle.jdbc</groupId>
34+
<artifactId>ojdbc8</artifactId>
35+
</exclusion>
36+
<exclusion>
37+
<groupId>com.oracle.jdbc</groupId>
38+
<artifactId>orai18n</artifactId>
39+
</exclusion>
3240
</exclusions>
3341
</dependency>
3442
<dependency>

0 commit comments

Comments
 (0)