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

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

commit 92555ff5869621482fe9087830247e28b61add2a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Jun 26 23:17:56 2020 +0200

    Dependency cleanup archiva-cli
---
 archiva-cli/pom.xml | 12 ++++++++----
 status-dep.txt      |  1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 79cf930..9359d81 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -45,6 +45,14 @@
       <artifactId>archiva-consumer-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-repository-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-repository-layer</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.google.code.cli-parser</groupId>
       <artifactId>cli</artifactId>
       <version>7</version>
@@ -61,10 +69,6 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.archiva.maven</groupId>
-      <artifactId>archiva-maven-converter</artifactId>
-    </dependency>
     <!-- Consumers to include -->
     <!--
     This will require some additional configuration now to point to an 
appropriate metadata repository storage, which is not in the CLI yet
diff --git a/status-dep.txt b/status-dep.txt
index eef6435..cf5f7ad 100644
--- a/status-dep.txt
+++ b/status-dep.txt
@@ -69,6 +69,7 @@ archiva-modules
     archiva-test-mocks
     archiva-webapp
     
+  archiva-cli
 
 
 

Reply via email to