mirror of https://github.com/apache/lucene.git
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:
parent
c7c83248c9
commit
60017e0ce3
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue