[infinispan-commits] Infinispan SVN: r240 - trunk/cachestore/jdbm.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Fri May 8 15:39:43 EDT 2009


Author: genman
Date: 2009-05-08 15:39:43 -0400 (Fri, 08 May 2009)
New Revision: 240

Modified:
   trunk/cachestore/jdbm/pom.xml
Log:
ISPN-75 ; exclude unnecessary dependencies

Modified: trunk/cachestore/jdbm/pom.xml
===================================================================
--- trunk/cachestore/jdbm/pom.xml	2009-05-08 16:21:13 UTC (rev 239)
+++ trunk/cachestore/jdbm/pom.xml	2009-05-08 19:39:43 UTC (rev 240)
@@ -36,6 +36,16 @@
 			<groupId>org.apache.directory.server</groupId>
 			<artifactId>apacheds-jdbm</artifactId>
 			<version>1.5.4</version>
+            <exclusions>
+                <exclusion>
+	                <groupId>org.apache.directory.shared</groupId>
+	                <artifactId>shared-ldap</artifactId>
+                </exclusion>   
+                <exclusion>
+	                <groupId>org.slf4j</groupId>
+	                <artifactId>slf4j-api</artifactId>
+                </exclusion>   
+            </exclusions>
         </dependency>
         
 		<!--




More information about the infinispan-commits mailing list