Skip to content

Commit 81295f2

Browse files
committed
Replace plexus-container-default with sisu-guice/sisu-plexus
1 parent bc4d053 commit 81295f2

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

modello-core/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919
<artifactId>plexus-build-api</artifactId>
2020
</dependency>
2121
<dependency>
22-
<groupId>org.codehaus.plexus</groupId>
23-
<artifactId>plexus-container-default</artifactId>
22+
<groupId>org.eclipse.sisu</groupId>
23+
<artifactId>org.eclipse.sisu.plexus</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.sonatype.sisu</groupId>
27+
<artifactId>sisu-guice</artifactId>
28+
<classifier>no_aop</classifier>
2429
</dependency>
2530
<dependency>
2631
<groupId>org.codehaus.plexus</groupId>

modello-maven-plugin/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
<artifactId>maven-core</artifactId>
4646
<version>${maven.version}</version>
4747
</dependency>
48-
<dependency>
49-
<groupId>org.codehaus.plexus</groupId>
50-
<artifactId>plexus-container-default</artifactId>
51-
</dependency>
5248
<dependency>
5349
<groupId>org.codehaus.plexus</groupId>
5450
<artifactId>plexus-utils</artifactId>

modello-plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<dependencies>
3535
<dependency>
36-
<groupId>org.codehaus.plexus</groupId>
37-
<artifactId>plexus-container-default</artifactId>
36+
<groupId>org.eclipse.sisu</groupId>
37+
<artifactId>org.eclipse.sisu.plexus</artifactId>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.codehaus.modello</groupId>

modello-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<dependencies>
1818
<dependency>
19-
<groupId>org.codehaus.plexus</groupId>
20-
<artifactId>plexus-container-default</artifactId>
19+
<groupId>org.eclipse.sisu</groupId>
20+
<artifactId>org.eclipse.sisu.plexus</artifactId>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.codehaus.plexus</groupId>

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,15 @@
312312
<version>${project.version}</version>
313313
</dependency>
314314
<dependency>
315-
<groupId>org.codehaus.plexus</groupId>
316-
<artifactId>plexus-container-default</artifactId>
317-
<version>1.7</version>
315+
<groupId>org.eclipse.sisu</groupId>
316+
<artifactId>org.eclipse.sisu.plexus</artifactId>
317+
<version>0.3.4</version>
318+
</dependency>
319+
<dependency>
320+
<groupId>org.sonatype.sisu</groupId>
321+
<artifactId>sisu-guice</artifactId>
322+
<version>4.2.0</version>
323+
<classifier>no_aop</classifier>
318324
</dependency>
319325
<dependency>
320326
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)