mirror of https://github.com/apache/lucene.git
Bump Spatial4J version to 0.2. Also noticed added missing slf4j dependency in spatial module's pom.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1299334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6af5d8181
commit
95d792f336
|
@ -48,7 +48,11 @@
|
|||
<dependency>
|
||||
<groupId>com.spatial4j</groupId>
|
||||
<artifactId>spatial4j</artifactId>
|
||||
<version>0.1</version>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[6d3c8ca133496a20135a1d0fdb7f77811794f899] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[82d4eadc1a5301bb86440e1eac81834fea8cba49] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue