File tree Expand file tree Collapse file tree 5 files changed +20
-13
lines changed Expand file tree Collapse file tree 5 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 19
19
<artifactId >plexus-build-api</artifactId >
20
20
</dependency >
21
21
<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 >
24
29
</dependency >
25
30
<dependency >
26
31
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 45
45
<artifactId >maven-core</artifactId >
46
46
<version >${maven.version} </version >
47
47
</dependency >
48
- <dependency >
49
- <groupId >org.codehaus.plexus</groupId >
50
- <artifactId >plexus-container-default</artifactId >
51
- </dependency >
52
48
<dependency >
53
49
<groupId >org.codehaus.plexus</groupId >
54
50
<artifactId >plexus-utils</artifactId >
Original file line number Diff line number Diff line change 33
33
34
34
<dependencies >
35
35
<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 >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >org.codehaus.modello</groupId >
Original file line number Diff line number Diff line change 16
16
17
17
<dependencies >
18
18
<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 >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 312
312
<version >${project.version} </version >
313
313
</dependency >
314
314
<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 >
318
324
</dependency >
319
325
<dependency >
320
326
<groupId >org.codehaus.plexus</groupId >
You can’t perform that action at this time.
0 commit comments