mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 17:49:29 +00:00
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:
parent
929c88c78f
commit
99589d5767
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user