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.
7777 <artifactId >plexus-utils</artifactId >
7878 <version >4.0.0</version >
7979 </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 >
8680
8781 <!-- dependencies to annotations -->
8882 <dependency >
@@ -98,6 +92,12 @@ under the License.
9892 <version >3.3.0</version >
9993 <scope >test</scope >
10094 </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 >
101101 <dependency >
102102 <groupId >org.apache.maven</groupId >
103103 <artifactId >maven-compat</artifactId >
You can’t perform that action at this time.
0 commit comments