We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06876c1 commit cbdff3bCopy full SHA for cbdff3b
pom.xml
@@ -77,12 +77,6 @@ under the License.
77
<artifactId>plexus-utils</artifactId>
78
<version>4.0.0</version>
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
87
<!-- dependencies to annotations -->
88
<dependency>
@@ -98,6 +92,12 @@ under the License.
98
92
<version>3.3.0</version>
99
93
<scope>test</scope>
100
94
95
+ <dependency>
96
+ <groupId>org.codehaus.plexus</groupId>
97
+ <artifactId>plexus-xml</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
101
102
<groupId>org.apache.maven</groupId>
103
<artifactId>maven-compat</artifactId>
0 commit comments