This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 031b067  [MINOR] Move all repository declarations to parent pom (#966)
031b067 is described below

commit 031b067a3ab77afb55f8f48b06eead27f551e12e
Author: Gurudatt Kulkarni <[email protected]>
AuthorDate: Wed Oct 23 08:47:13 2019 +0530

    [MINOR] Move all repository declarations to parent pom (#966)
---
 hudi-cli/pom.xml                        | 11 -----------
 packaging/hudi-utilities-bundle/pom.xml |  7 -------
 pom.xml                                 |  8 ++++++++
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/hudi-cli/pom.xml b/hudi-cli/pom.xml
index 44e11c5..62b55de 100644
--- a/hudi-cli/pom.xml
+++ b/hudi-cli/pom.xml
@@ -32,17 +32,6 @@
     <main.basedir>${project.parent.basedir}</main.basedir>
   </properties>
 
-  <repositories>
-    <repository>
-      <id>libs-milestone</id>
-      <url>https://repo.spring.io/libs-milestone/</url>
-    </repository>
-    <repository>
-      <id>libs-release</id>
-      <url>https://repo.spring.io/libs-release/</url>
-    </repository>
-  </repositories>
-
   <build>
     <resources>
       <resource>
diff --git a/packaging/hudi-utilities-bundle/pom.xml 
b/packaging/hudi-utilities-bundle/pom.xml
index fc08ea9..cc60918 100644
--- a/packaging/hudi-utilities-bundle/pom.xml
+++ b/packaging/hudi-utilities-bundle/pom.xml
@@ -175,13 +175,6 @@
     </resources>
   </build>
 
-  <repositories>
-    <repository>
-      <id>confluent</id>
-      <url>https://packages.confluent.io/maven/</url>
-    </repository>
-  </repositories>
-
   <dependencies>
     <!-- Hoodie -->
     <dependency>
diff --git a/pom.xml b/pom.xml
index 91434df..e20b844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -844,6 +844,14 @@
       <id>confluent</id>
       <url>https://packages.confluent.io/maven/</url>
     </repository>
+    <repository>
+      <id>libs-milestone</id>
+      <url>https://repo.spring.io/libs-milestone/</url>
+    </repository>
+    <repository>
+      <id>libs-release</id>
+      <url>https://repo.spring.io/libs-release/</url>
+    </repository>
   </repositories>
 
   <profiles>

Reply via email to