File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ under the License.
105105 <groupId >org.codehaus.plexus</groupId >
106106 <artifactId >plexus-utils</artifactId >
107107 </dependency >
108+ <dependency >
109+ <groupId >org.codehaus.plexus</groupId >
110+ <artifactId >plexus-xml</artifactId >
111+ </dependency >
108112
109113 <!-- testing -->
110114 <dependency >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache.maven</groupId >
2525 <artifactId >maven-parent</artifactId >
26- <version >40 </version >
26+ <version >41 </version >
2727 <relativePath />
2828 </parent >
2929
@@ -96,11 +96,6 @@ under the License.
9696 <artifactId >plexus-java</artifactId >
9797 <version >1.2.0</version >
9898 </dependency >
99- <dependency >
100- <groupId >org.codehaus.plexus</groupId >
101- <artifactId >plexus-utils</artifactId >
102- <version >3.5.1</version >
103- </dependency >
10499 <dependency >
105100 <groupId >org.slf4j</groupId >
106101 <artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments