mirror of https://github.com/apache/archiva.git
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:
parent
6c597cf557
commit
825d1b56fe
|
@ -133,6 +133,10 @@
|
||||||
<groupId>org.apache.cassandra</groupId>
|
<groupId>org.apache.cassandra</groupId>
|
||||||
<artifactId>cassandra-thrift</artifactId>
|
<artifactId>cassandra-thrift</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.servlet</groupId>
|
||||||
|
<artifactId>servlet-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue