You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/05/04 19:45:19 UTC

[4/5] git commit: Fix dependency versions in generated pom

Fix dependency versions in generated pom

patch by stephenc; reviewed by slebresne for CASSANDRA-4183


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

Branch: refs/heads/trunk
Commit: 0f9c391a103b4307a1e938f376945cef687c883f
Parents: d755bb8
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Fri May 4 15:05:31 2012 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Fri May 4 15:05:31 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0f9c391a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e2adddf..b11c0ab 100644
--- a/build.xml
+++ b/build.xml
@@ -328,8 +328,8 @@
           <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"/>
-          <dependency groupId="org.codehaus.jackson" artifactId="jackson-core-asl" version="1.4.0"/>
-          <dependency groupId="org.codehaus.jackson" artifactId="jackson-mapper-asl" version="1.4.0"/>
+          <dependency groupId="org.codehaus.jackson" artifactId="jackson-core-asl" version="1.9.2"/>
+          <dependency groupId="org.codehaus.jackson" artifactId="jackson-mapper-asl" version="1.9.2"/>
           <dependency groupId="jline" artifactId="jline" version="0.9.94">
             <exclusion groupId="junit" artifactId="junit"/>
           </dependency>