You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/05/05 18:32:50 UTC

svn commit: r1099865 - /lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template

Author: sarowe
Date: Thu May  5 16:32:50 2011
New Revision: 1099865

URL: http://svn.apache.org/viewvc?rev=1099865&view=rev
Log:
Compilation of the Solr-core module under the Maven build has been broken since SOLR-2378 was committed on April 14th (the Google Guava dependency was declared with <scope>test</scope>, but SOLR-2378 uses it in non-test classes).  The fix: remove the test scope declaration on the dependency, so that it is also a non-test dependency.

Modified:
    lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template?rev=1099865&r1=1099864&r2=1099865&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/solr/src/pom.xml.template Thu May  5 16:32:50 2011
@@ -159,7 +159,6 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>