Skip to content

Commit 0615106

Browse files
authored
Merge pull request #4126 from swagger-api/issue521_15
add org.owasp dependency
2 parents 955a4f9 + 1863330 commit 0615106

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@
7777
<directory>target</directory>
7878
<finalName>${project.artifactId}-${project.version}</finalName>
7979
<plugins>
80+
<plugin>
81+
<groupId>org.owasp</groupId>
82+
<artifactId>dependency-check-maven</artifactId>
83+
<version>6.5.3</version>
84+
<executions>
85+
<execution>
86+
<goals>
87+
<goal>check</goal>
88+
</goals>
89+
</execution>
90+
</executions>
91+
</plugin>
8092
<plugin>
8193
<groupId>org.apache.maven.plugins</groupId>
8294
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)