File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.eclipse.sisu</groupId >
21
21
<artifactId >org.eclipse.sisu.plexus</artifactId >
22
- <exclusions >
23
- <exclusion >
24
- <groupId >javax.annotation</groupId >
25
- <artifactId >javax.annotation-api</artifactId >
26
- </exclusion >
27
- <exclusion >
28
- <groupId >javax.enterprise</groupId >
29
- <artifactId >cdi-api</artifactId >
30
- </exclusion >
31
- </exclusions >
32
22
</dependency >
33
23
<dependency >
34
24
<groupId >com.google.inject</groupId >
39
29
<groupId >org.codehaus.plexus</groupId >
40
30
<artifactId >plexus-utils</artifactId >
41
31
</dependency >
32
+ <dependency >
33
+ <groupId >org.codehaus.plexus</groupId >
34
+ <artifactId >plexus-xml</artifactId >
35
+ </dependency >
42
36
<dependency >
43
37
<groupId >org.slf4j</groupId >
44
38
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 195
195
<jackson .version>2.19.0</jackson .version>
196
196
<jdom .version>2.0.2</jdom .version>
197
197
<slf4j .version>1.7.36</slf4j .version>
198
+ <sisu .version>0.9.0.M4</sisu .version>
198
199
<mavenVersion >3.6.3</mavenVersion >
199
200
<junit4Version >4.13.2</junit4Version >
200
201
<!--
299
300
<dependency >
300
301
<groupId >org.eclipse.sisu</groupId >
301
302
<artifactId >org.eclipse.sisu.plexus</artifactId >
302
- <version >0.9.0.M3 </version >
303
+ <version >${sisu.version} </version >
303
304
</dependency >
304
305
<dependency >
305
306
<groupId >org.eclipse.sisu</groupId >
306
307
<artifactId >org.eclipse.sisu.inject</artifactId >
307
- <version >0.9.0.M3 </version >
308
+ <version >${sisu.version} </version >
308
309
</dependency >
309
310
<dependency >
310
311
<groupId >com.google.inject</groupId >
You can’t perform that action at this time.
0 commit comments