Skip to content

Commit

Permalink
Add org.jacoco.core.test to dependencyManagement
Browse files Browse the repository at this point in the history
The module org.jacoco.core.test provides test tools for other tests
modules and is used as a dependency in several places.
  • Loading branch information
marchof committed Jun 29, 2021
1 parent fc62085 commit 1d27279
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion org.jacoco.agent.rt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.java14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.java5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
1 change: 0 additions & 1 deletion org.jacoco.core.test.validation.scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
10 changes: 10 additions & 0 deletions org.jacoco.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
<sonar.skip>true</sonar.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core.test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<sourceDirectory>src</sourceDirectory>

Expand Down

0 comments on commit 1d27279

Please sign in to comment.