You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/01/23 12:52:42 UTC

[maven-shared-utils] 01/01: move plexus-utils to scope test

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch uti
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit dab07d5038859c56bc8ad789ffab62ab0e03857b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jan 23 07:52:25 2021 -0500

    move plexus-utils to scope test
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f548340..8010849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.10</version>
-      <scope>provided</scope>
+      <version>3.2.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>