]> source.dussan.org Git - archiva.git/commitdiff
exclude servlet-api
authorOlivier Lamy <olamy@apache.org>
Tue, 11 Jun 2013 12:57:32 +0000 (12:57 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 11 Jun 2013 12:57:32 +0000 (12:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491773 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/metadata-store-cassandra/pom.xml

index 3435e5ff3a39fff5a46d54ce95e7bb3993219419..1fa9fd6de06461bff10354712bd00616e8440d8d 100644 (file)
           <groupId>org.apache.cassandra</groupId>
           <artifactId>cassandra-thrift</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>