[infinispan-commits] Infinispan SVN: r1530 - trunk/demos/lucene-directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Feb 22 10:24:38 EST 2010


Author: sannegrinovero
Date: 2010-02-22 10:24:38 -0500 (Mon, 22 Feb 2010)
New Revision: 1530

Modified:
   trunk/demos/lucene-directory/pom.xml
Log:
Lucene Demo: exclude unneeded dependencies inherited from commons-logging

Modified: trunk/demos/lucene-directory/pom.xml
===================================================================
--- trunk/demos/lucene-directory/pom.xml	2010-02-22 15:11:47 UTC (rev 1529)
+++ trunk/demos/lucene-directory/pom.xml	2010-02-22 15:24:38 UTC (rev 1530)
@@ -35,6 +35,20 @@
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
          <version>1.1</version>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>servlet-api</artifactId>
+         		<groupId>javax.servlet</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>avalon-framework</artifactId>
+         		<groupId>avalon-framework</groupId>
+         	</exclusion>
+         	<exclusion>
+         		<artifactId>logkit</artifactId>
+         		<groupId>logkit</groupId>
+         	</exclusion>
+         </exclusions>
       </dependency>
       <dependency>
          <groupId>log4j</groupId>



More information about the infinispan-commits mailing list