diff options
author | Brett Porter <brett@apache.org> | 2014-07-31 15:10:37 +1000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2014-07-31 15:10:37 +1000 |
commit | fafb8d284f3b80847c0373d1f7485565ef306b19 (patch) | |
tree | 5f61678291912cc7fe875fd9a8a5de9f7f3eae66 /archiva-cli | |
parent | be20d16cfdc0525e9b5cc58a5953b78c57fc17e1 (diff) | |
download | archiva-fafb8d284f3b80847c0373d1f7485565ef306b19.tar.gz archiva-fafb8d284f3b80847c0373d1f7485565ef306b19.zip |
split out audit facet and listener to match others
by placing these in the metadata model / API they can be used more broadly,
while the storage-dependant implementation can be in a plugin. This means the
plugins can be removed from the admin implementation, which can then be used
(as required) in the CLI
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index f47154902..6faddb5a6 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -38,6 +38,10 @@ </dependency> <dependency> <groupId>org.apache.archiva</groupId> + <artifactId>archiva-repository-admin-default</artifactId> + </dependency> + <dependency> + <groupId>org.apache.archiva</groupId> <artifactId>archiva-consumer-api</artifactId> </dependency> <dependency> |