diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-26 23:17:56 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-26 23:18:07 +0200 |
commit | 92555ff5869621482fe9087830247e28b61add2a (patch) | |
tree | 709356a6031334a191b973e6fe7ecababe1d1bdd | |
parent | 7bcdbc357367e43daef93a11cf8edca55f10c5c2 (diff) | |
download | archiva-92555ff5869621482fe9087830247e28b61add2a.tar.gz archiva-92555ff5869621482fe9087830247e28b61add2a.zip |
Dependency cleanup archiva-cli
-rw-r--r-- | archiva-cli/pom.xml | 12 | ||||
-rw-r--r-- | status-dep.txt | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 79cf93043..9359d81bb 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 eef6435e8..cf5f7adb2 100644 --- a/status-dep.txt +++ b/status-dep.txt @@ -69,6 +69,7 @@ archiva-modules archiva-test-mocks archiva-webapp + archiva-cli |