exclude servlet-api

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-06-11 12:57:32 +00:00
parent 6c597cf557
commit 825d1b56fe
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-thrift</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>