File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 49
49
<version >3.0.2</version >
50
50
<scope >provided</scope >
51
51
</dependency >
52
+ <dependency >
53
+ <groupId >org.eclipse.sisu</groupId >
54
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
55
+ <scope >provided</scope >
56
+ </dependency >
52
57
</dependencies >
53
58
54
59
<build >
Original file line number Diff line number Diff line change 53
53
<groupId >org.eclipse.aether</groupId >
54
54
<artifactId >aether-util</artifactId >
55
55
</dependency >
56
+ <dependency >
57
+ <groupId >org.eclipse.sisu</groupId >
58
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
59
+ <scope >provided</scope >
60
+ </dependency >
56
61
<dependency >
57
62
<groupId >org.codehaus.plexus</groupId >
58
63
<artifactId >plexus-utils</artifactId >
Original file line number Diff line number Diff line change 148
148
<artifactId >aether-util</artifactId >
149
149
<version >${aether.version} </version >
150
150
</dependency >
151
+ <dependency >
152
+ <groupId >org.eclipse.sisu</groupId >
153
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
154
+ <version >0.9.0.M2</version >
155
+ <scope >provided</scope >
156
+ </dependency >
151
157
152
158
<!-- other dependencies -->
153
159
<dependency >
You can’t perform that action at this time.
0 commit comments