Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 898425783 -> 40fd7f012 refs/heads/cassandra-2.1.0 ce46d6619 -> 0b8fb5bb9 refs/heads/trunk 304ead14e -> 15ced9428
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 Commit: 0b8fb5bb928bdbc59427a78ccbbceb190a101921 Parents: ce46d66 Author: Brandon Williams <[email protected]> Authored: Wed Jul 9 11:50:49 2014 -0500 Committer: Brandon Williams <[email protected]> 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>
