diff options
author | Brett Porter <brett@apache.org> | 2010-03-11 11:05:46 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-03-11 11:05:46 +0000 |
commit | 3387b53fcaebe7228ad212b833e929f1c14eaa51 (patch) | |
tree | 8c3d75ab19b472b927b1aaeceae3893809b02cbd /archiva-modules/plugins/audit/pom.xml | |
parent | 51acb7acd7e06a3a38c3c8bcc46a2c0942ae7b0f (diff) | |
download | archiva-3387b53fcaebe7228ad212b833e929f1c14eaa51.tar.gz archiva-3387b53fcaebe7228ad212b833e929f1c14eaa51.zip |
remove dependency on repository-layer from audit module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/audit/pom.xml')
-rw-r--r-- | archiva-modules/plugins/audit/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/plugins/audit/pom.xml b/archiva-modules/plugins/audit/pom.xml index 276905786..fd204538d 100644 --- a/archiva-modules/plugins/audit/pom.xml +++ b/archiva-modules/plugins/audit/pom.xml @@ -30,7 +30,7 @@ <dependencies> <dependency> <groupId>org.apache.archiva</groupId> - <artifactId>archiva-repository-layer</artifactId> + <artifactId>archiva-configuration</artifactId> </dependency> <dependency> <groupId>org.apache.archiva</groupId> |