Updated Branches: refs/heads/master fd6fae494 -> 60d6ca5de
CRUNCH-4: Removed cloudera repository Signed-off-by: Matthias Friedrich <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/60d6ca5d Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/60d6ca5d Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/60d6ca5d Branch: refs/heads/master Commit: 60d6ca5dea7227aeca3989426dcb7d97d6bbc664 Parents: fd6fae4 Author: Rahul Sharma <[email protected]> Authored: Thu Aug 16 09:57:22 2012 +0530 Committer: Matthias Friedrich <[email protected]> Committed: Sat Aug 18 15:43:04 2012 +0200 ---------------------------------------------------------------------- pom.xml | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/60d6ca5d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dfa8b3d..5b3f097 100644 --- a/pom.xml +++ b/pom.xml @@ -269,16 +269,6 @@ under the License. </dependencyManagement> - <!-- TODO: After changing our Hadoop/HBase dependencies to Apache - releases we no longer need this section. --> - <repositories> - <repository> - <id>maven-hadoop</id> - <name>Hadoop Releases</name> - <url>https://repository.cloudera.com/content/repositories/releases/</url> - </repository> - </repositories> - <profiles> <profile> <id>hadoop-1</id>
