You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ja...@apache.org on 2022/07/03 05:21:30 UTC

[ozone] branch master updated: HDDS-6979. Remove unused plexus dependency declaration (#3579)

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

jacksonyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 3873753f23 HDDS-6979. Remove unused plexus dependency declaration (#3579)
3873753f23 is described below

commit 3873753f23f92ae617c794c8080c4a0b14dc7d4e
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sun Jul 3 07:21:25 2022 +0200

    HDDS-6979. Remove unused plexus dependency declaration (#3579)
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f42c00394..98e991c5ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -894,17 +894,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
         <version>${jersey2.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-utils</artifactId>
-        <version>2.0.5</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-component-annotations</artifactId>
-        <version>1.5.5</version>
-      </dependency>
-
       <dependency>
         <groupId>org.ow2.asm</groupId>
         <artifactId>asm</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org