Skip to content

Commit

Permalink
The pom.xml still referenced Junit4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jan committed Dec 12, 2024
1 parent d7c53af commit 0a402d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io.sloeber.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0a402d7

Please sign in to comment.