Repository: cassandra
Updated Branches:
  refs/heads/trunk 7c559def3 -> cfb9b9e7d


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/151d8876
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/151d8876
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/151d8876

Branch: refs/heads/trunk
Commit: 151d8876b96950b179e9c387685b8703018c0a12
Parents: 7c559de
Author: T Jake Luciani <[email protected]>
Authored: Tue May 3 09:01:28 2016 -0400
Committer: T Jake Luciani <[email protected]>
Committed: Tue May 3 09:01:28 2016 -0400

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/151d8876/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d4339d3..523ae8b 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" />
+         <dependency groupId="com.github.ben-manes.caffeine" 
artifactId="caffeine" rev="2.2.6" />
         </dependencyManagement>
         <developer id="alakshman" name="Avinash Lakshman"/>
         <developer id="aleksey" name="Aleksey Yeschenko"/>
@@ -577,7 +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" />
+       <dependency groupId="com.github.ben-manes.caffeine" 
artifactId="caffeine" />
       </artifact:pom>
       <artifact:pom id="thrift-pom"
                     artifactId="cassandra-thrift"

Reply via email to