Skip to content

Commit a780b17

Browse files
author
Quan Nguyen
committed
reverting
1 parent 3a830c9 commit a780b17

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,6 @@
8484
<build>
8585
<finalName>JavaVulnerableLab</finalName>
8686
<plugins>
87-
<plugin>
88-
<groupId>org.codehaus.mojo</groupId>
89-
<artifactId>findbugs-maven-plugin</artifactId>
90-
<version>3.0.4</version>
91-
<configuration>
92-
<effort>Max</effort>
93-
<threshold>Low</threshold>
94-
<failOnError>true</failOnError>
95-
<includeFilterFile>${session.executionRootDirectory}/findbugs-security-include.xml</includeFilterFile>
96-
<excludeFilterFile>${session.executionRootDirectory}/findbugs-security-exclude.xml</excludeFilterFile>
97-
<plugins>
98-
<plugin>
99-
<groupId>com.h3xstream.findsecbugs</groupId>
100-
<artifactId>findsecbugs-plugin</artifactId>
101-
<version>LATEST</version> <!-- Auto-update to the latest stable -->
102-
</plugin>
103-
</plugins>
104-
</configuration>
105-
</plugin>
10687
<plugin>
10788
<groupId>org.eclipse.jetty</groupId>
10889
<artifactId>jetty-maven-plugin</artifactId>

0 commit comments

Comments
 (0)