Skip to content

Commit 86a19f6

Browse files
test jacoco dependency removal (#179)
Removes a duplicate and test scoped jacoco-maven-plugin dependency entry from pom.xml. The dependency with groupId org.jacoco and version 0.8.14 (test scope) was declared twice, and this PR removes the redundant declaration.
1 parent 0ffbc31 commit 86a19f6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@
7676
<version>4.13.2</version>
7777
<scope>test</scope>
7878
</dependency>
79-
<dependency>
80-
<groupId>org.jacoco</groupId>
81-
<artifactId>jacoco-maven-plugin</artifactId>
82-
<version>0.8.14</version>
83-
<scope>test</scope>
84-
</dependency>
8579
<dependency>
8680
<groupId>org.mockito</groupId>
8781
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)