Skip to content

Commit 6cc7d81

Browse files
committedJul 12, 2019
Use java-api 3.1.7 (release)
1 parent 98a9824 commit 6cc7d81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.utplsql</groupId>
2424
<artifactId>java-api</artifactId>
25-
<version>3.1.7-SNAPSHOT</version>
25+
<version>3.1.7</version>
2626
<scope>compile</scope>
2727
<exclusions>
2828
<exclusion>
@@ -59,6 +59,12 @@
5959
<artifactId>ojdbc8</artifactId>
6060
<version>12.2.0.1</version>
6161
<scope>compile</scope>
62+
<exclusions>
63+
<exclusion>
64+
<groupId>com.oracle.jdbc</groupId>
65+
<artifactId>ucp</artifactId>
66+
</exclusion>
67+
</exclusions>
6268
</dependency>
6369
<dependency>
6470
<groupId>com.oracle.jdbc</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.