Skip to content

Commit

Permalink
Merge pull request #44 from joshovi/master
Browse files Browse the repository at this point in the history
include OWASP dependency check
  • Loading branch information
wuan committed Jul 7, 2018
2 parents 6e3a428 + 8110d0e commit 5f4d6fa
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -193,14 +205,9 @@
<version>2.0.1.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>2.2.6</version>
<version>3.0.1-b10</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
Expand Down

0 comments on commit 5f4d6fa

Please sign in to comment.