Skip to content

Commit

Permalink
NIFI-11259 Removed overridden JaCoCo version
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jun 24, 2024
1 parent 9c22e5a commit 72347bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@

<build>
<plugins>
<!-- https://stackoverflow.com/questions/33349864/merging-integration-and-unit-test-reports-with-jacoco -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<executions>
<execution>
<id>report-aggregate</id>
Expand Down
1 change: 0 additions & 1 deletion nifi-extension-bundles/nifi-kafka-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 72347bb

Please sign in to comment.