Skip to content

Commit

Permalink
Use newer sisu version
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 9, 2023
1 parent 1f58815 commit 210387e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,8 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>0.3.5</version>
<!-- classes from plexus-container-default come with the maven installation -->
<!-- BUT groupId/artifactId was changed from
plexus-container-default (maven 2.0.x)
sisu-inject-plexus (maven 3.0.x)
org.eclipse.sisu.plexus (maven 3.1.x)
by using org.eclipse.sisu.plexus we effectively require maven 3.1.x as min version at runitme-->
<version>0.9.0.M2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 210387e

Please sign in to comment.