Skip to content

Commit

Permalink
JUnitTestRunnerInterceptor: Add missing dependency #1640
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and jukzi committed Dec 6, 2023
1 parent 3d8dc6a commit efcc7c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -29,6 +29,15 @@
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

0 comments on commit efcc7c7

Please sign in to comment.