Skip to content

Commit 60ba104

Browse files
committed
Remove old junit 4.13.1 from o.e.osgi pom
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.
1 parent f79ad7d commit 60ba104

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bundles/org.eclipse.osgi/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
7171
</build>
7272

7373
<dependencies>
74-
<dependency>
75-
<groupId>junit</groupId>
76-
<artifactId>junit</artifactId>
77-
<version>4.13.1</version>
78-
<scope>test</scope>
79-
</dependency>
8074
<dependency>
8175
<groupId>org.mockito</groupId>
8276
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)