File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ under the License.
4848 <groupId >org.codehaus.plexus</groupId >
4949 <artifactId >plexus-utils</artifactId >
5050 </dependency >
51+ <dependency >
52+ <groupId >org.codehaus.plexus</groupId >
53+ <artifactId >plexus-xml</artifactId >
54+ </dependency >
5155 <dependency >
5256 <groupId >commons-io</groupId >
5357 <artifactId >commons-io</artifactId >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ under the License.
4040 </dependency >
4141 <dependency >
4242 <groupId >org.codehaus.plexus</groupId >
43- <artifactId >plexus-utils </artifactId >
43+ <artifactId >plexus-xml </artifactId >
4444 </dependency >
4545 <dependency >
4646 <groupId >javax.inject</groupId >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ under the License.
157157 </dependency >
158158 <dependency >
159159 <groupId >org.codehaus.plexus</groupId >
160- <artifactId >plexus-utils </artifactId >
160+ <artifactId >plexus-xml </artifactId >
161161 </dependency >
162162 <dependency >
163163 <groupId >com.google.inject</groupId >
Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ under the License.
3838 <groupId >org.slf4j</groupId >
3939 <artifactId >slf4j-api</artifactId >
4040 </dependency >
41- <dependency >
42- <groupId >org.codehaus.plexus</groupId >
43- <artifactId >plexus-utils</artifactId >
44- </dependency >
4541 <dependency >
4642 <groupId >javax.inject</groupId >
4743 <artifactId >javax.inject</artifactId >
@@ -54,6 +50,10 @@ under the License.
5450 <groupId >org.apache.commons</groupId >
5551 <artifactId >commons-lang3</artifactId >
5652 </dependency >
53+ <dependency >
54+ <groupId >org.codehaus.plexus</groupId >
55+ <artifactId >plexus-xml</artifactId >
56+ </dependency >
5757
5858 <!-- test -->
5959 <dependency >
Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ under the License.
3838 <groupId >org.slf4j</groupId >
3939 <artifactId >slf4j-api</artifactId >
4040 </dependency >
41- <dependency >
42- <groupId >org.codehaus.plexus</groupId >
43- <artifactId >plexus-utils</artifactId >
44- </dependency >
4541 <dependency >
4642 <groupId >javax.inject</groupId >
4743 <artifactId >javax.inject</artifactId >
@@ -54,6 +50,10 @@ under the License.
5450 <groupId >org.apache.commons</groupId >
5551 <artifactId >commons-lang3</artifactId >
5652 </dependency >
53+ <dependency >
54+ <groupId >org.codehaus.plexus</groupId >
55+ <artifactId >plexus-xml</artifactId >
56+ </dependency >
5757
5858 <dependency >
5959 <groupId >com.google.inject</groupId >
Original file line number Diff line number Diff line change @@ -185,11 +185,6 @@ under the License.
185185 <version >6.0.0</version >
186186 <scope >test</scope >
187187 </dependency >
188- <dependency >
189- <groupId >org.codehaus.plexus</groupId >
190- <artifactId >plexus-utils</artifactId >
191- <version >3.5.1</version >
192- </dependency >
193188 <dependency >
194189 <groupId >javax.inject</groupId >
195190 <artifactId >javax.inject</artifactId >
You can’t perform that action at this time.
0 commit comments