Repository: cassandra Updated Branches: refs/heads/trunk aefa580d0 -> 7c559def3
Add missing dependency to build.xml Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c559def Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7c559def Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7c559def Branch: refs/heads/trunk Commit: 7c559def3422fe9e0edb161eeff85ae9ca853952 Parents: aefa580 Author: T Jake Luciani <[email protected]> Authored: Tue May 3 08:58:24 2016 -0400 Committer: T Jake Luciani <[email protected]> Committed: Tue May 3 08:58:24 2016 -0400 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/7c559def/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 034fb29..d4339d3 100644 --- a/build.xml +++ b/build.xml @@ -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"
