Skip to content

Commit 0a402d7

Browse files
author
jan
committed
The pom.xml still referenced Junit4
It looks like the tycho I upgrade to in a previous commit behaves differently -in regards to the junit selection when plugin.xml and pom.xml reference a different junit version- from the tycho I used before
1 parent d7c53af commit 0a402d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.sloeber.tests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<dependencies>
1515
<dependency>
16-
<groupId>junit</groupId>
17-
<artifactId>junit</artifactId>
18-
<version>4.13.1</version>
16+
<groupId>org.junit.jupiter</groupId>
17+
<artifactId>junit-jupiter-engine</artifactId>
18+
<version>5.9.2</version>
1919
<scope>test</scope>
2020
</dependency>
2121
</dependencies>

0 commit comments

Comments
 (0)