diff options
author | Joakim Erdfelt <joakime@apache.org> | 2006-10-30 19:32:43 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2006-10-30 19:32:43 +0000 |
commit | 0cb280cd5f8905231b32bdc54c18ab02ec15531c (patch) | |
tree | 7765b02c3879cff193fd167f90444b80033e0766 /pom.xml | |
parent | 02033602753874f9eaac5c70a394be1bc35256bd (diff) | |
download | archiva-0cb280cd5f8905231b32bdc54c18ab02ec15531c.tar.gz archiva-0cb280cd5f8905231b32bdc54c18ab02ec15531c.zip |
Moving from internal Digest routines to plexus-digest.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -260,6 +260,11 @@ <version>${pom.version}</version> </dependency> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-digest</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>org.codehaus.plexus.security</groupId> <artifactId>plexus-security-rbac-profile</artifactId> <version>${plexus-security.version}</version> |