File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 7878 <artifactId >mockito-core</artifactId >
7979 <scope >test</scope >
8080 </dependency >
81+ <dependency >
82+ <groupId >org.codehaus.plexus</groupId >
83+ <artifactId >plexus-xml</artifactId >
84+ <scope >test</scope >
85+ </dependency >
8186 </dependencies >
8287
8388 <build >
Original file line number Diff line number Diff line change 7171 <groupId >org.codehaus.plexus</groupId >
7272 <artifactId >plexus-java</artifactId >
7373 </dependency >
74- <dependency >
75- <groupId >org.codehaus.plexus</groupId >
76- <artifactId >plexus-xml</artifactId >
77- </dependency >
7874 <dependency >
7975 <groupId >org.fusesource.jansi</groupId >
8076 <artifactId >jansi</artifactId >
116112 <classifier >runtime</classifier >
117113 <scope >test</scope >
118114 </dependency >
115+ <dependency >
116+ <groupId >org.codehaus.plexus</groupId >
117+ <artifactId >plexus-xml</artifactId >
118+ <scope >test</scope >
119+ </dependency >
119120 </dependencies >
120121
121122 <build >
Original file line number Diff line number Diff line change 312312 <type >pom</type >
313313 <scope >import</scope >
314314 </dependency >
315+ <dependency >
316+ <groupId >org.codehaus.plexus</groupId >
317+ <artifactId >plexus-xml</artifactId >
318+ <version >3.0.0</version >
319+ </dependency >
315320 </dependencies >
316321 </dependencyManagement >
317322 <dependencies >
You can’t perform that action at this time.
0 commit comments