Skip to content

Commit cbdff3b

Browse files
[MCLEAN-113] Downgrade plexus-xml to 3.0.0
It is only needed for testing so move to test scope
1 parent 06876c1 commit cbdff3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)