Skip to content

Commit 182a65d

Browse files
committed
add org.owasp dependency
1 parent 06d8ae7 commit 182a65d

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
@@ -69,6 +69,18 @@
6969
<directory>target</directory>
7070
<finalName>${project.artifactId}-${project.version}</finalName>
7171
<plugins>
72+
<plugin>
73+
<groupId>org.owasp</groupId>
74+
<artifactId>dependency-check-maven</artifactId>
75+
<version>6.5.3</version>
76+
<executions>
77+
<execution>
78+
<goals>
79+
<goal>check</goal>
80+
</goals>
81+
</execution>
82+
</executions>
83+
</plugin>
7284
<plugin>
7385
<groupId>net.revelc.code</groupId>
7486
<artifactId>formatter-maven-plugin</artifactId>

0 commit comments

Comments
 (0)