You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/11/09 16:48:41 UTC

git commit: Update slf4j to a modern version

Updated Branches:
  refs/heads/cassandra-1.2.0 686a17cf4 -> 03f8fec8c


Update slf4j to a modern version


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

Branch: refs/heads/cassandra-1.2.0
Commit: 03f8fec8c4a8737c08f0f5e1a82a54c58811a699
Parents: 686a17c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Fri Nov 9 16:47:38 2012 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Fri Nov 9 16:48:31 2012 +0100

----------------------------------------------------------------------
 build.xml                   |    4 ++--
 lib/slf4j-api-1.6.1.jar     |  Bin 25496 -> 0 bytes
 lib/slf4j-api-1.7.2.jar     |  Bin 0 -> 26083 bytes
 lib/slf4j-log4j12-1.6.1.jar |  Bin 9753 -> 0 bytes
 lib/slf4j-log4j12-1.7.2.jar |  Bin 0 -> 8819 bytes
 5 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/03f8fec8/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index a9a1b14..6d4d4a0 100644
--- a/build.xml
+++ b/build.xml
@@ -336,8 +336,8 @@
           <dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>
           <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"/>
+          <dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.7.2"/>
+          <dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.7.2"/>
           <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="jline" artifactId="jline" version="1.0">

http://git-wip-us.apache.org/repos/asf/cassandra/blob/03f8fec8/lib/slf4j-api-1.6.1.jar
----------------------------------------------------------------------
diff --git a/lib/slf4j-api-1.6.1.jar b/lib/slf4j-api-1.6.1.jar
deleted file mode 100644
index 42e0ad0..0000000
Binary files a/lib/slf4j-api-1.6.1.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/03f8fec8/lib/slf4j-api-1.7.2.jar
----------------------------------------------------------------------
diff --git a/lib/slf4j-api-1.7.2.jar b/lib/slf4j-api-1.7.2.jar
new file mode 100644
index 0000000..73f38db
Binary files /dev/null and b/lib/slf4j-api-1.7.2.jar differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/03f8fec8/lib/slf4j-log4j12-1.6.1.jar
----------------------------------------------------------------------
diff --git a/lib/slf4j-log4j12-1.6.1.jar b/lib/slf4j-log4j12-1.6.1.jar
deleted file mode 100644
index 873d119..0000000
Binary files a/lib/slf4j-log4j12-1.6.1.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/03f8fec8/lib/slf4j-log4j12-1.7.2.jar
----------------------------------------------------------------------
diff --git a/lib/slf4j-log4j12-1.7.2.jar b/lib/slf4j-log4j12-1.7.2.jar
new file mode 100644
index 0000000..37a85d7
Binary files /dev/null and b/lib/slf4j-log4j12-1.7.2.jar differ