Add missing dependency to build.xml

This commit is contained in:
T Jake Luciani 2016-05-03 08:58:24 -04:00
parent aefa580d09
commit 7c559def34
1 changed files with 2 additions and 1 deletions

View File

@ -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"