diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-07 15:39:28 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-07 15:39:28 +0000 |
commit | a1c611039f6970f337697b89ce60ab0b905924bc (patch) | |
tree | 5dd1b1420fdce132c2839a6ef8f33f06e0d1ed6b /archiva-modules | |
parent | 70c7f2be25328a732b1e89ef530738e87081d84f (diff) | |
download | archiva-a1c611039f6970f337697b89ce60ab0b905924bc.tar.gz archiva-a1c611039f6970f337697b89ce60ab0b905924bc.zip |
prune non needed dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 6174c8fd0..d382a7446 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -591,6 +591,18 @@ <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> + <exclusion> + <groupId>org.extremecomponents</groupId> + <artifactId>extremecomponents</artifactId> + </exclusion> + <exclusion> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |