Author: olamy
Date: Wed Jun  5 11:27:15 2013
New Revision: 1489816

URL: http://svn.apache.org/r1489816
Log:
cleanup duplicate dependencies

Modified:
    archiva/sandbox/trunk/metadata-store-cassandra/pom.xml

Modified: archiva/sandbox/trunk/metadata-store-cassandra/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/sandbox/trunk/metadata-store-cassandra/pom.xml?rev=1489816&r1=1489815&r2=1489816&view=diff
==============================================================================
--- archiva/sandbox/trunk/metadata-store-cassandra/pom.xml (original)
+++ archiva/sandbox/trunk/metadata-store-cassandra/pom.xml Wed Jun  5 11:27:15 
2013
@@ -134,6 +134,10 @@
           <groupId>javax.persistence</groupId>
           <artifactId>persistence-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jboss.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -168,6 +172,10 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 


Reply via email to