Add missing dependency to build.xml - v2

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cfb9b9e7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cfb9b9e7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cfb9b9e7

Branch: refs/heads/trunk
Commit: cfb9b9e7df94eec93aff43bf004a2e54872afe69
Parents: 151d887
Author: T Jake Luciani <[email protected]>
Authored: Tue May 3 09:02:59 2016 -0400
Committer: T Jake Luciani <[email protected]>
Committed: Tue May 3 09:02:59 2016 -0400

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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

Reply via email to