mirror of https://github.com/apache/cassandra
Add missing dependency to build.xml
This commit is contained in:
parent
aefa580d09
commit
7c559def34
|
|
@ -428,7 +428,7 @@
|
|||
<dependency groupId="net.mintern" artifactId="primitive" version="1.0" />
|
||||
<dependency groupId="com.github.rholder" artifactId="snowball-stemmer" version="1.3.0.581.1" />
|
||||
<dependency groupId="com.googlecode.concurrent-trees" artifactId="concurrent-trees" version="2.4.0" />
|
||||
|
||||
<dependency org="com.github.ben-manes.caffeine" name="caffeine" rev="2.2.6" />
|
||||
</dependencyManagement>
|
||||
<developer id="alakshman" name="Avinash Lakshman"/>
|
||||
<developer id="aleksey" name="Aleksey Yeschenko"/>
|
||||
|
|
@ -577,6 +577,7 @@
|
|||
<dependency groupId="org.fusesource" artifactId="sigar"/>
|
||||
<dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj"/>
|
||||
<dependency groupId="org.caffinitas.ohc" artifactId="ohc-core"/>
|
||||
<dependency org="com.github.ben-manes.caffeine" name="caffeine" />
|
||||
</artifact:pom>
|
||||
<artifact:pom id="thrift-pom"
|
||||
artifactId="cassandra-thrift"
|
||||
|
|
|
|||
Loading…
Reference in New Issue