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 2014/07/09 18:58:34 UTC

[2/6] git commit: fix missing test build dep for pig-test

fix missing test build dep for pig-test


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

Branch: refs/heads/cassandra-2.1.0
Commit: 0b8fb5bb928bdbc59427a78ccbbceb190a101921
Parents: ce46d66
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jul 9 11:50:49 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jul 9 11:50:49 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0b8fb5bb/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d81c3d4..fd0c72b 100644
--- a/build.xml
+++ b/build.xml
@@ -448,6 +448,8 @@
         <parent groupId="org.apache.cassandra"
                 artifactId="cassandra-parent"
                 version="${version}"/>
+        <!-- do NOT remove this, it breaks pig-test -->
+        <dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.7.2"/>
         <dependency groupId="joda-time" artifactId="joda-time" version="2.3" />
       </artifact:pom>