You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/03/17 14:47:17 UTC

svn commit: r1578374 - /incubator/sirona/trunk/server/store/cassandra/pom.xml

Author: olamy
Date: Mon Mar 17 13:47:17 2014
New Revision: 1578374

URL: http://svn.apache.org/r1578374
Log:
exclude servlet-api: seriously this must be provided!!!

Modified:
    incubator/sirona/trunk/server/store/cassandra/pom.xml

Modified: incubator/sirona/trunk/server/store/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/store/cassandra/pom.xml?rev=1578374&r1=1578373&r2=1578374&view=diff
==============================================================================
--- incubator/sirona/trunk/server/store/cassandra/pom.xml (original)
+++ incubator/sirona/trunk/server/store/cassandra/pom.xml Mon Mar 17 13:47:17 2014
@@ -37,6 +37,12 @@
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-thrift</artifactId>
       <version>1.2.15</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>