Skip to content

Commit

Permalink
Revert "JUnitTestRunnerInterceptor" eclipse-platform#1641
Browse files Browse the repository at this point in the history
did not work

This reverts commit efcc7c7.
This reverts commit 17d93aa.
  • Loading branch information
EcljpseB0T authored and jukzi committed Dec 11, 2023
1 parent 4983d30 commit 150322a
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
for using plugins with older than they require Maven version.
If version number changed in one place, be sure to change in the other.
-->
<dependencies>
<dependency>
<!-- for JUnitTestRunnerInterceptor listener plugin -->
<groupId>org.openclover</groupId>
<artifactId>clover</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<prerequisites>
<maven>3.9.0</maven>
</prerequisites>
Expand Down Expand Up @@ -444,23 +435,12 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<properties>
<!-- Attach Clover's test interceptor in order to
record JUnit4 Parameterized tests -->
<property>
<name>listener</name>
<value>
com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value>
</property>
</properties>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
Expand Down

0 comments on commit 150322a

Please sign in to comment.