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 98a9824 commit 6cc7d81Copy full SHA for 6cc7d81
pom.xml
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>org.utplsql</groupId>
24
<artifactId>java-api</artifactId>
25
- <version>3.1.7-SNAPSHOT</version>
+ <version>3.1.7</version>
26
<scope>compile</scope>
27
<exclusions>
28
<exclusion>
@@ -59,6 +59,12 @@
59
<artifactId>ojdbc8</artifactId>
60
<version>12.2.0.1</version>
61
62
+ <exclusions>
63
+ <exclusion>
64
+ <groupId>com.oracle.jdbc</groupId>
65
+ <artifactId>ucp</artifactId>
66
+ </exclusion>
67
+ </exclusions>
68
</dependency>
69
70
<groupId>com.oracle.jdbc</groupId>
0 commit comments