Skip to content

Commit 150322a

Browse files
EcljpseB0Tjukzi
authored andcommitted
Revert "JUnitTestRunnerInterceptor" #1641
did not work This reverts commit efcc7c7. This reverts commit 17d93aa.
1 parent 4983d30 commit 150322a

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@
2929
for using plugins with older than they require Maven version.
3030
If version number changed in one place, be sure to change in the other.
3131
-->
32-
<dependencies>
33-
<dependency>
34-
<!-- for JUnitTestRunnerInterceptor listener plugin -->
35-
<groupId>org.openclover</groupId>
36-
<artifactId>clover</artifactId>
37-
<version>4.5.1</version>
38-
<scope>test</scope>
39-
</dependency>
40-
</dependencies>
4132
<prerequisites>
4233
<maven>3.9.0</maven>
4334
</prerequisites>
@@ -444,23 +435,12 @@
444435
<artifactId>maven-dependency-plugin</artifactId>
445436
<version>3.6.1</version>
446437
</plugin>
447-
<plugin>
448-
<groupId>org.apache.maven.plugins</groupId>
449-
<artifactId>maven-surefire-plugin</artifactId>
450-
<version>${surefire.version}</version>
451-
<configuration>
452-
<properties>
453-
<!-- Attach Clover's test interceptor in order to
454-
record JUnit4 Parameterized tests -->
455-
<property>
456-
<name>listener</name>
457-
<value>
458-
com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value>
459-
</property>
460-
</properties>
461-
</configuration>
462-
</plugin>
463-
<plugin>
438+
<plugin>
439+
<groupId>org.apache.maven.plugins</groupId>
440+
<artifactId>maven-surefire-plugin</artifactId>
441+
<version>${surefire.version}</version>
442+
</plugin>
443+
<plugin>
464444
<groupId>org.apache.maven.plugins</groupId>
465445
<artifactId>maven-deploy-plugin</artifactId>
466446
<version>3.1.1</version>

0 commit comments

Comments
 (0)