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.
105
105
<groupId >org.codehaus.plexus</groupId >
106
106
<artifactId >plexus-utils</artifactId >
107
107
</dependency >
108
+ <dependency >
109
+ <groupId >org.codehaus.plexus</groupId >
110
+ <artifactId >plexus-xml</artifactId >
111
+ </dependency >
108
112
109
113
<!-- testing -->
110
114
<dependency >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.maven</groupId >
25
25
<artifactId >maven-parent</artifactId >
26
- <version >40 </version >
26
+ <version >41 </version >
27
27
<relativePath />
28
28
</parent >
29
29
@@ -96,11 +96,6 @@ under the License.
96
96
<artifactId >plexus-java</artifactId >
97
97
<version >1.2.0</version >
98
98
</dependency >
99
- <dependency >
100
- <groupId >org.codehaus.plexus</groupId >
101
- <artifactId >plexus-utils</artifactId >
102
- <version >3.5.1</version >
103
- </dependency >
104
99
<dependency >
105
100
<groupId >org.slf4j</groupId >
106
101
<artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments