File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.eclipse.sisu</groupId >
2121 <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 >
3222 </dependency >
3323 <dependency >
3424 <groupId >com.google.inject</groupId >
3929 <groupId >org.codehaus.plexus</groupId >
4030 <artifactId >plexus-utils</artifactId >
4131 </dependency >
32+ <dependency >
33+ <groupId >org.codehaus.plexus</groupId >
34+ <artifactId >plexus-xml</artifactId >
35+ </dependency >
4236 <dependency >
4337 <groupId >org.slf4j</groupId >
4438 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 195195 <jackson .version>2.19.0</jackson .version>
196196 <jdom .version>2.0.2</jdom .version>
197197 <slf4j .version>1.7.36</slf4j .version>
198+ <sisu .version>0.9.0.M4</sisu .version>
198199 <mavenVersion >3.6.3</mavenVersion >
199200 <junit4Version >4.13.2</junit4Version >
200201 <!--
299300 <dependency >
300301 <groupId >org.eclipse.sisu</groupId >
301302 <artifactId >org.eclipse.sisu.plexus</artifactId >
302- <version >0.9.0.M3 </version >
303+ <version >${sisu.version} </version >
303304 </dependency >
304305 <dependency >
305306 <groupId >org.eclipse.sisu</groupId >
306307 <artifactId >org.eclipse.sisu.inject</artifactId >
307- <version >0.9.0.M3 </version >
308+ <version >${sisu.version} </version >
308309 </dependency >
309310 <dependency >
310311 <groupId >com.google.inject</groupId >
You can’t perform that action at this time.
0 commit comments