LUCENE-3490: Maven configuration: remove superfluous lucene test framework dependency

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-11-04 20:17:23 +00:00
parent 73dec384b4
commit b6ac4e451d
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@
<build-directory>../build/solr-maven</build-directory>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>solr-solrj</artifactId>