LUCENE-3795: Maven configuration: fix paths; remove analyzers-common dependency

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-03-14 03:16:03 +00:00
parent 01e6c7c3ed
commit 8854531251
1 changed files with 2 additions and 7 deletions

View File

@ -24,7 +24,7 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-parent</artifactId>
<version>@version@</version>
<relativePath>../../../lucene/pom.xml</relativePath>
<relativePath>../../lucene/pom.xml</relativePath>
</parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial</artifactId>
@ -35,7 +35,7 @@
</description>
<properties>
<module-directory>modules/spatial</module-directory>
<build-directory>../build</build-directory>
<build-directory>build</build-directory>
</properties>
<dependencies>
<dependency>
@ -59,11 +59,6 @@
<artifactId>lucene-queries</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<directory>${build-directory}</directory>