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 7ed49f5 commit 3f31d1eCopy full SHA for 3f31d1e
pom.xml
@@ -1256,23 +1256,6 @@
1256
<artifactId>frontend-maven-plugin</artifactId>
1257
<version>${frontend-maven-plugin.version}</version>
1258
</plugin>
1259
-
1260
- <plugin>
1261
- <groupId>org.owasp</groupId>
1262
- <artifactId>dependency-check-maven</artifactId>
1263
- <version>${depencency-check-maven.version}</version>
1264
- <configuration>
1265
- <skipProvidedScope>true</skipProvidedScope>
1266
- <skipRuntimeScope>true</skipRuntimeScope>
1267
- </configuration>
1268
- <executions>
1269
- <execution>
1270
- <goals>
1271
- <goal>check</goal>
1272
- </goals>
1273
- </execution>
1274
- </executions>
1275
- </plugin>
1276
</plugins>
1277
</pluginManagement>
1278
0 commit comments