File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 299
299
<artifactId >plexus-utils</artifactId >
300
300
<version >4.0.0</version >
301
301
</dependency >
302
+ <dependency >
303
+ <groupId >org.codehaus.plexus</groupId >
304
+ <artifactId >plexus-xml</artifactId >
305
+ <!-- To keep Maven 3.x compatibility - use only 3.x versions -->
306
+ <version >3.0.0</version >
307
+ </dependency >
302
308
303
309
<dependency >
304
310
<groupId >org.junit</groupId >
Original file line number Diff line number Diff line change 17
17
<groupId >org.codehaus.plexus</groupId >
18
18
<artifactId >plexus-utils</artifactId >
19
19
</dependency >
20
+ <dependency >
21
+ <groupId >org.codehaus.plexus</groupId >
22
+ <artifactId >plexus-xml</artifactId >
23
+ </dependency >
20
24
</dependencies >
21
25
22
26
<build >
Original file line number Diff line number Diff line change 17
17
<groupId >org.codehaus.plexus</groupId >
18
18
<artifactId >plexus-utils</artifactId >
19
19
</dependency >
20
+ <dependency >
21
+ <groupId >org.codehaus.plexus</groupId >
22
+ <artifactId >plexus-xml</artifactId >
23
+ </dependency >
20
24
</dependencies >
21
25
22
26
<build >
You can’t perform that action at this time.
0 commit comments