diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-03 09:45:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-03 09:45:20 +0000 |
commit | d9478104fe1af710af936af4282cc1fa32ec786c (patch) | |
tree | 85efa95e71ff10e1ca65823846913ab372f005cc /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | d9df6e4404ae759a76e38c695bfbb6e084341efd (diff) | |
download | archiva-d9478104fe1af710af936af4282cc1fa32ec786c.tar.gz archiva-d9478104fe1af710af936af4282cc1fa32ec786c.zip |
[MRM-1515] reduce dependencies : struts 1.x not needed :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-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 2837e1a28..d5588a56a 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -470,6 +470,10 @@ <groupId>velocity</groupId> <artifactId>velocity-dep</artifactId> </exclusion> + <exclusion> + <groupId>struts</groupId> + <artifactId>struts</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |