You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2018/06/13 15:29:34 UTC

bigtop git commit: BIGTOP-3045: Remove insecure maven repository URL from gradle config

Repository: bigtop
Updated Branches:
  refs/heads/master 1381609af -> 2c3490cc3


BIGTOP-3045: Remove insecure maven repository URL from gradle config

Signed-off-by: Olaf Flebbe <of...@oflebbe.de>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2c3490cc
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2c3490cc
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2c3490cc

Branch: refs/heads/master
Commit: 2c3490cc3a1c564354cfeb35601452beb7e41eba
Parents: 1381609
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Sat Jun 9 19:35:05 2018 +0200
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Wed Jun 13 17:29:15 2018 +0200

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2c3490cc/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1a488fe..431c596 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,7 +156,6 @@ allprojects {
   targetCompatibility = langLevel
 
   repositories {
-    maven { url "http://repo.maven.apache.org/maven2" }
     mavenCentral()
   }
 }