diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-11 20:44:26 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-11 20:44:26 +0000 |
commit | c3cfe70ba4ed7276e6f6fb64093c50ba7009f141 (patch) | |
tree | c18c29db424fe58454fb0302bf9ca4938a1acdd8 | |
parent | 8c2128886a4115c3a14dc9d6fac70c3361d62c7a (diff) | |
download | archiva-c3cfe70ba4ed7276e6f6fb64093c50ba7009f141.tar.gz archiva-c3cfe70ba4ed7276e6f6fb64093c50ba7009f141.zip |
exclude geronimo servlet spec
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1182079 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 2bea3a5d0..6daafa100 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -226,6 +226,10 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-servlet_2.5_spec</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |