File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 78
78
<artifactId >mockito-core</artifactId >
79
79
<scope >test</scope >
80
80
</dependency >
81
+ <dependency >
82
+ <groupId >org.codehaus.plexus</groupId >
83
+ <artifactId >plexus-xml</artifactId >
84
+ <scope >test</scope >
85
+ </dependency >
81
86
</dependencies >
82
87
83
88
<build >
Original file line number Diff line number Diff line change 71
71
<groupId >org.codehaus.plexus</groupId >
72
72
<artifactId >plexus-java</artifactId >
73
73
</dependency >
74
- <dependency >
75
- <groupId >org.codehaus.plexus</groupId >
76
- <artifactId >plexus-xml</artifactId >
77
- </dependency >
78
74
<dependency >
79
75
<groupId >org.fusesource.jansi</groupId >
80
76
<artifactId >jansi</artifactId >
116
112
<classifier >runtime</classifier >
117
113
<scope >test</scope >
118
114
</dependency >
115
+ <dependency >
116
+ <groupId >org.codehaus.plexus</groupId >
117
+ <artifactId >plexus-xml</artifactId >
118
+ <scope >test</scope >
119
+ </dependency >
119
120
</dependencies >
120
121
121
122
<build >
Original file line number Diff line number Diff line change 312
312
<type >pom</type >
313
313
<scope >import</scope >
314
314
</dependency >
315
+ <dependency >
316
+ <groupId >org.codehaus.plexus</groupId >
317
+ <artifactId >plexus-xml</artifactId >
318
+ <version >3.0.0</version >
319
+ </dependency >
315
320
</dependencies >
316
321
</dependencyManagement >
317
322
<dependencies >
You can’t perform that action at this time.
0 commit comments