Skip to content

Commit

Permalink
removed duplicate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberrolandvaltech committed Jun 30, 2020
1 parent 2dd8e64 commit 5b1c9c7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 5b1c9c7

Please sign in to comment.