Updated Branches: refs/heads/cassandra-1.1 26a087c90 -> 5cbdf1379
fix maven dependency version for CLHM Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5cbdf137 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5cbdf137 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5cbdf137 Branch: refs/heads/cassandra-1.1 Commit: 5cbdf13790e8be236df7b3a74a93e7cfcacf91f9 Parents: 26a087c Author: Vijay Parthasarathy <[email protected]> Authored: Tue Jun 12 11:38:40 2012 -0700 Committer: Vijay Parthasarathy <[email protected]> Committed: Tue Jun 12 11:38:40 2012 -0700 ---------------------------------------------------------------------- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/5cbdf137/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index ced4675..a569f0c 100644 --- a/build.xml +++ b/build.xml @@ -327,7 +327,7 @@ <dependency groupId="commons-cli" artifactId="commons-cli" version="1.1"/> <dependency groupId="commons-codec" artifactId="commons-codec" version="1.2"/> <dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/> - <dependency groupId="com.googlecode.concurrentlinkedhashmap" artifactId="concurrentlinkedhashmap-lru" version="1.2"/> + <dependency groupId="com.googlecode.concurrentlinkedhashmap" artifactId="concurrentlinkedhashmap-lru" version="1.3"/> <dependency groupId="org.antlr" artifactId="antlr" version="3.2"/> <dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.6.1"/> <dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.6.1"/>
