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 0bafd5b + 56c6586 commit bae7c5cCopy full SHA for bae7c5c
pom.xml
@@ -88,6 +88,21 @@
88
<directory>target</directory>
89
<finalName>${project.artifactId}-${project.version}</finalName>
90
<plugins>
91
+ <plugin>
92
+ <groupId>org.owasp</groupId>
93
+ <artifactId>dependency-check-maven</artifactId>
94
+ <version>6.5.3</version>
95
+ <configuration>
96
+ <skipSystemScope>true</skipSystemScope>
97
+ </configuration>
98
+ <executions>
99
+ <execution>
100
+ <goals>
101
+ <goal>check</goal>
102
+ </goals>
103
+ </execution>
104
+ </executions>
105
+ </plugin>
106
<plugin>
107
<artifactId>maven-compiler-plugin</artifactId>
108
<version>3.8.1</version>
0 commit comments