Skip to content

Commit

Permalink
Use java-api 3.1.7 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesse committed Jul 12, 2019
1 parent 98a9824 commit 6cc7d81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.utplsql</groupId>
<artifactId>java-api</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -59,6 +59,12 @@
<artifactId>ojdbc8</artifactId>
<version>12.2.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.jdbc</groupId>
<artifactId>ucp</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.oracle.jdbc</groupId>
Expand Down

0 comments on commit 6cc7d81

Please sign in to comment.