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

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


The following commit(s) were added to refs/heads/release-0.5.1 by this push:
     new 51a9421  Removing spring repos from pom (#2481) (#2549)
51a9421 is described below

commit 51a942134c277cc89787ee6edb6b452de514066c
Author: Dezhi Cai <[email protected]>
AuthorDate: Thu Feb 18 13:47:52 2021 +0800

    Removing spring repos from pom (#2481) (#2549)
    
    - These are being deprecated
    - Causes build issues when .m2 does not have this cached already
    
    Co-authored-by: vinoth chandar <[email protected]>
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6855ad3..5f595dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,14 +856,6 @@
       <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