Skip to content

Commit

Permalink
drop dependency plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Jan 22, 2024
1 parent 041add3 commit 578a4c7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -547,25 +547,6 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.3</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<failBuildOnCVSS>0.0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<suppressionFiles>
<suppressionFile>cve-suppressions.xml</suppressionFile>
</suppressionFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -636,10 +617,6 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 578a4c7

Please sign in to comment.