You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2015/10/28 14:39:23 UTC

svn commit: r1711010 - /lucene/dev/trunk/lucene/spatial/ivy.xml

Author: dsmiley
Date: Wed Oct 28 13:39:22 2015
New Revision: 1711010

URL: http://svn.apache.org/viewvc?rev=1711010&view=rev
Log:
LUCENE-6860: LUCENE-6810: Fix spatial dependency on spatial4j-tests to be a test dependency!

Modified:
    lucene/dev/trunk/lucene/spatial/ivy.xml

Modified: lucene/dev/trunk/lucene/spatial/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/spatial/ivy.xml?rev=1711010&r1=1711009&r2=1711010&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/spatial/ivy.xml (original)
+++ lucene/dev/trunk/lucene/spatial/ivy.xml Wed Oct 28 13:39:22 2015
@@ -23,8 +23,9 @@
     <conf name="test" transitive="false"/>
   </configurations>
   <dependencies>
-    <dependency org="com.spatial4j" name="spatial4j" rev="${/com.spatial4j/spatial4j}" conf="compile">
-      <artifact name="spatial4j" ext="jar" />
+    <dependency org="com.spatial4j" name="spatial4j" rev="${/com.spatial4j/spatial4j}" conf="compile"/>
+
+    <dependency org="com.spatial4j" name="spatial4j" rev="${/com.spatial4j/spatial4j}" conf="test">
       <artifact name="spatial4j" type="test" ext="jar" maven:classifier="tests" />
     </dependency>