prune non needed dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-07 15:39:28 +00:00
parent 70c7f2be25
commit a1c611039f
1 changed files with 12 additions and 0 deletions

View File

@ -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>