LUCENE-3795 maven: reference spatial4j version via dependencyManagement

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1299522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2012-03-12 02:18:21 +00:00
parent 36f18e02a3
commit 0bcd64e14b
2 changed files with 5 additions and 1 deletions

View File

@ -48,7 +48,6 @@
<dependency>
<groupId>com.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@ -335,6 +335,11 @@
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
<version>0.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>