Skip to content

Commit 3f31d1e

Browse files
committed
remove unused plugin from build
1 parent 7ed49f5 commit 3f31d1e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,23 +1256,6 @@
12561256
<artifactId>frontend-maven-plugin</artifactId>
12571257
<version>${frontend-maven-plugin.version}</version>
12581258
</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>
12761259
</plugins>
12771260
</pluginManagement>
12781261

0 commit comments

Comments
 (0)