Repository: incubator-samza Updated Branches: refs/heads/master bbf7b2da1 -> 7e84c9ecf
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/7e84c9ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/7e84c9ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/7e84c9ec Branch: refs/heads/master Commit: 7e84c9ecf110310816ad556e51dde723eda53ed9 Parents: bbf7b2d Author: Yan Fang <[email protected]> Authored: Mon Nov 10 16:41:40 2014 -0800 Committer: Yan Fang <[email protected]> Committed: Mon Nov 10 16:41:40 2014 -0800 ---------------------------------------------------------------------- build.gradle | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/7e84c9ec/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 828bce9..772d162 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() }
