Skip to content

Commit

Permalink
Update dependencies (#57)
Browse files Browse the repository at this point in the history
Changes:
* update parent POM to 16
* update plexus-shim to 0.9.0.M2
* drop junit engine, surefire pulls it in automatically
  • Loading branch information
cstamas authored Dec 13, 2023
1 parent 8e5a9af commit e8e1d0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>0.3.5</version>
<version>0.9.0.M2</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>0.9.0.M2</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand All @@ -49,11 +54,6 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit e8e1d0b

Please sign in to comment.