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.
2 parents 278a1c1 + c5e4b86 commit 5b80a0aCopy full SHA for 5b80a0a
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