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 955a4f9 commit 1863330Copy full SHA for 1863330
pom.xml
@@ -77,6 +77,18 @@
77
<directory>target</directory>
78
<finalName>${project.artifactId}-${project.version}</finalName>
79
<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>
92
<plugin>
93
<groupId>org.apache.maven.plugins</groupId>
94
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments