Skip to content

Commit

Permalink
[MCLEAN-113] Downgrade plexus-xml to 3.0.0
Browse files Browse the repository at this point in the history
It is only needed for testing so move to test scope
  • Loading branch information
slawekjaranowski committed Oct 18, 2023
1 parent 06876c1 commit cbdff3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ under the License.
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>

<!-- dependencies to annotations -->
<dependency>
Expand All @@ -98,6 +92,12 @@ under the License.
<version>3.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
Expand Down

0 comments on commit cbdff3b

Please sign in to comment.