diff options
author | Joakim Erdfelt <joakime@apache.org> | 2006-11-10 19:37:45 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2006-11-10 19:37:45 +0000 |
commit | 1b923cd669aa67ea32a4de04e52c2fa1eea1d692 (patch) | |
tree | 0f6480c49583c8f76490412ea1519141da0aac76 | |
parent | ca9dacb73cc790b865c27368927be092253e5aff (diff) | |
download | archiva-1b923cd669aa67ea32a4de04e52c2fa1eea1d692.tar.gz archiva-1b923cd669aa67ea32a4de04e52c2fa1eea1d692.zip |
removing plexus-jdo2 as direct dependency.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473443 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-webapp/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml index f8ac4fe52..1f1b6fae2 100644 --- a/archiva-webapp/pom.xml +++ b/archiva-webapp/pom.xml @@ -180,6 +180,7 @@ <groupId>org.codehaus.plexus.security</groupId> <artifactId>plexus-security-authentication-provider-keystore</artifactId> </dependency> + <!-- Arrives via pleus-security <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-jdo2</artifactId> @@ -195,6 +196,7 @@ </exclusion> </exclusions> </dependency> + --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> |