Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39df7cf

Browse files
committed
Exclude ojdbc8 and orai18n
1 parent 7735c6d commit 39df7cf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
<groupId>com.oracle.jdbc</groupId>
2828
<artifactId>ucp</artifactId>
2929
</exclusion>
30+
<exclusion>
31+
<groupId>com.oracle.jdbc</groupId>
32+
<artifactId>ojdbc8</artifactId>
33+
</exclusion>
34+
<exclusion>
35+
<groupId>com.oracle.jdbc</groupId>
36+
<artifactId>orai18n</artifactId>
37+
</exclusion>
3038
</exclusions>
3139
</dependency>
3240
<dependency>

0 commit comments

Comments
 (0)