Skip to content

Commit

Permalink
Upgrade maven-dependency-check and ojdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Jul 7, 2017
1 parent af58092 commit 6b0fd0f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xform-marc21-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.4.5</version>
<version>2.0.0</version>
<configuration>
<failBuildOnCVSS>6</failBuildOnCVSS>
<!-- skip artifacts not bundled in distribution (Provided and Runtime scope) -->
Expand Down Expand Up @@ -125,11 +125,12 @@
<!-- Symphony is running Oracle 11.2 -->
<!-- http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html -->
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>ojdbc6</artifactId>
<version>12.1.0.2</version>
<groupId>com.oracle.weblogic</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.3-0-0</version>
</dependency>


<!--TESTS-->

<dependency>
Expand Down

0 comments on commit 6b0fd0f

Please sign in to comment.