[hibernate-commits] Hibernate SVN: r16783 - search/branches/Branch_3_1.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jun 14 18:23:15 EDT 2009


Author: sannegrinovero
Date: 2009-06-14 18:23:14 -0400 (Sun, 14 Jun 2009)
New Revision: 16783

Modified:
   search/branches/Branch_3_1/pom.xml
Log:
HSEARCH-380 exclude solr-lucene-core from transitive maven dependencies

Modified: search/branches/Branch_3_1/pom.xml
===================================================================
--- search/branches/Branch_3_1/pom.xml	2009-06-14 16:32:32 UTC (rev 16782)
+++ search/branches/Branch_3_1/pom.xml	2009-06-14 22:23:14 UTC (rev 16783)
@@ -597,6 +597,10 @@
                             <groupId>commons-logging</groupId>
                             <artifactId>commons-logging</artifactId>
                         </exclusion>
+                        <exclusion>
+ 	 						<groupId>org.apache.solr</groupId>
+ 	 						<artifactId>solr-lucene-core</artifactId>
+ 	 					</exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>




More information about the hibernate-commits mailing list