File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,6 @@ under the License.
77
77
<artifactId >plexus-utils</artifactId >
78
78
<version >4.0.0</version >
79
79
</dependency >
80
- <dependency >
81
- <groupId >org.codehaus.plexus</groupId >
82
- <artifactId >plexus-xml</artifactId >
83
- <version >4.0.0</version >
84
- <scope >provided</scope >
85
- </dependency >
86
80
87
81
<!-- dependencies to annotations -->
88
82
<dependency >
@@ -98,6 +92,12 @@ under the License.
98
92
<version >3.3.0</version >
99
93
<scope >test</scope >
100
94
</dependency >
95
+ <dependency >
96
+ <groupId >org.codehaus.plexus</groupId >
97
+ <artifactId >plexus-xml</artifactId >
98
+ <version >3.0.0</version >
99
+ <scope >test</scope >
100
+ </dependency >
101
101
<dependency >
102
102
<groupId >org.apache.maven</groupId >
103
103
<artifactId >maven-compat</artifactId >
You can’t perform that action at this time.
0 commit comments