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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1461e4d  Revert "remove unused plexus dependency"
1461e4d is described below

commit 1461e4de42c324a71decfefe0c51a6f80f05f9e2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jan 23 07:45:51 2021 -0500

    Revert "remove unused plexus dependency"
    
    This reverts commit 5097ceefd24fc83e005bdfa4e254975b025733ad.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0a75ed0..7516b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,12 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>2.1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>
       <scope>test</scope>

Reply via email to