Skip to content

Commit 1863330

Browse files
committed
add org.owasp dependency
1 parent 955a4f9 commit 1863330

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)