Skip to content

JUnitTestRunnerInterceptor: Add missing dependency #1640 #1641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
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