diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-16 13:51:25 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-16 13:51:25 +0000 |
commit | b39ba2f6c511c85032a2f62f559edf0393a6ca05 (patch) | |
tree | dfbb4a32fb41c1249d72841ae6ee6d1d33242d99 /archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml | |
parent | c7607a63e569a4bbe271fdcf8744d5ba909652a5 (diff) | |
download | archiva-b39ba2f6c511c85032a2f62f559edf0393a6ca05.tar.gz archiva-b39ba2f6c511c85032a2f62f559edf0393a6ca05.zip |
add an other hack when using tomcat maven plugin and issue with TCCL not URLClassLoader with sisu
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml b/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml index 0da840e23..1a98f4203 100644 --- a/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml +++ b/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml @@ -53,5 +53,15 @@ <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-core</artifactId> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-digest</artifactId> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </project> |