SOLR-5027: Maven config

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1535617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-10-25 03:24:32 +00:00
parent 929c88c78f
commit 99589d5767
2 changed files with 9 additions and 0 deletions

View File

@ -553,6 +553,11 @@
<artifactId>randomizedtesting-runner</artifactId>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
<version>0.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<prerequisites>

View File

@ -135,6 +135,10 @@
<artifactId>lucene-queries</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>