LUCENE-6860: LUCENE-6810: Fix spatial dependency on spatial4j-tests to be a test dependency!

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1711010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2015-10-28 13:39:22 +00:00
parent c7c83248c9
commit 60017e0ce3
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@
<conf name="test" transitive="false"/> <conf name="test" transitive="false"/>
</configurations> </configurations>
<dependencies> <dependencies>
<dependency org="com.spatial4j" name="spatial4j" rev="${/com.spatial4j/spatial4j}" conf="compile"> <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="test">
<artifact name="spatial4j" type="test" ext="jar" maven:classifier="tests" /> <artifact name="spatial4j" type="test" ext="jar" maven:classifier="tests" />
</dependency> </dependency>