Skip to content

Commit

Permalink
Merge pull request #4126 from swagger-api/issue521_15
Browse files Browse the repository at this point in the history
add org.owasp dependency
  • Loading branch information
gracekarina authored Feb 21, 2022
2 parents 955a4f9 + 1863330 commit 0615106
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
<directory>target</directory>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.5.3</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 0615106

Please sign in to comment.