Skip to content

Commit

Permalink
Remove old junit 4.13.1 from o.e.osgi pom
Browse files Browse the repository at this point in the history
It's covered by the JUNIT_CONTAINER/4 on the classpath so no need to
have junit explicitly listed in the pom as that requires extra
maintenance to update it.
  • Loading branch information
akurtakov committed Dec 12, 2024
1 parent f79ad7d commit 3ea75b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bundles/org.eclipse.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@
</build>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 3ea75b4

Please sign in to comment.