Repository: incubator-samza Updated Branches: refs/heads/0.8.0 e9e3b37fb -> 74ae646a4
SAMZA-447: Remove Apache Maven repository from build.gradle Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/74ae646a Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/74ae646a Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/74ae646a Branch: refs/heads/0.8.0 Commit: 74ae646a43b3f1513937d80be43b90176242bb08 Parents: e9e3b37 Author: Yan Fang <[email protected]> Authored: Mon Nov 10 16:45:57 2014 -0800 Committer: Yan Fang <[email protected]> Committed: Mon Nov 10 16:45:57 2014 -0800 ---------------------------------------------------------------------- build.gradle | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/74ae646a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 94ad593..364451a 100644 --- a/build.gradle +++ b/build.gradle @@ -27,10 +27,6 @@ buildscript { allprojects { repositories { - // Required for Kafka. - maven { - url 'https://repository.apache.org/content/groups/public' - } mavenCentral() mavenLocal() }
