Skip to content

Commit 6b9f579

Browse files
committed
JUnitTestRunnerInterceptor: Add missing dependency #1640
#1640
1 parent 3d8dc6a commit 6b9f579

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
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>
3241
<prerequisites>
3342
<maven>3.9.0</maven>
3443
</prerequisites>

0 commit comments

Comments
 (0)