File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
quickfixj-class-pruner-maven-plugin Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 224224 <dependency >
225225 <groupId >org.codehaus.plexus</groupId >
226226 <artifactId >plexus-utils</artifactId >
227- <version >3.3.1</version >
227+ <version >4.0.0</version >
228+ </dependency >
229+ <dependency >
230+ <groupId >org.codehaus.plexus</groupId >
231+ <artifactId >plexus-xml</artifactId >
232+ <version >4.0.0</version >
228233 </dependency >
229234 <dependency >
230235 <groupId >com.sleepycat</groupId >
Original file line number Diff line number Diff line change 6363 <artifactId >maven-plugin-testing-harness</artifactId >
6464 <scope >test</scope >
6565 </dependency >
66+ <dependency >
67+ <groupId >org.codehaus.plexus</groupId >
68+ <artifactId >plexus-xml</artifactId >
69+ <scope >test</scope >
70+ </dependency >
6671 </dependencies >
6772
6873 <build >
You can’t perform that action at this time.
0 commit comments