Updated Branches: refs/heads/cassandra-2.0.0 72a702a3d -> 8551ff93e
update version of snakeyaml to 1.11 for maven for cassandra-5917 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8551ff93 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8551ff93 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8551ff93 Branch: refs/heads/cassandra-2.0.0 Commit: 8551ff93e9de972bc604d1804b86a10ecb2d3382 Parents: 72a702a Author: Dave Brosius <[email protected]> Authored: Wed Aug 21 20:45:17 2013 -0400 Committer: Dave Brosius <[email protected]> Committed: Wed Aug 21 20:45:17 2013 -0400 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/8551ff93/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index ede74a9..4fc9817 100644 --- a/build.xml +++ b/build.xml @@ -354,7 +354,7 @@ <dependency groupId="com.github.stephenc.high-scale-lib" artifactId="high-scale-lib" version="1.1.2"/> <dependency groupId="com.github.stephenc" artifactId="jamm" version="0.2.5"/> <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.0"/> - <dependency groupId="org.yaml" artifactId="snakeyaml" version="1.6"/> + <dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/> <dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.0"/> <dependency groupId="junit" artifactId="junit" version="4.6" />
