We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d8ae7 commit 182a65dCopy full SHA for 182a65d
pom.xml
@@ -69,6 +69,18 @@
69
<directory>target</directory>
70
<finalName>${project.artifactId}-${project.version}</finalName>
71
<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>
84
<plugin>
85
<groupId>net.revelc.code</groupId>
86
<artifactId>formatter-maven-plugin</artifactId>
0 commit comments