You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/02/18 05:44:01 UTC

[hudi] branch release-0.7.0 updated: Removing spring repos from pom (#2481) (#2551)

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

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


The following commit(s) were added to refs/heads/release-0.7.0 by this push:
     new 3e71c91  Removing spring repos from pom (#2481) (#2551)
3e71c91 is described below

commit 3e71c915271d77c7306ca0325b212f71ce723fc0
Author: Dezhi Cai <ca...@foxmail.com>
AuthorDate: Thu Feb 18 13:43:49 2021 +0800

    Removing spring repos from pom (#2481) (#2551)
    
    - These are being deprecated
    - Causes build issues when .m2 does not have this cached already
    
    Co-authored-by: vinoth chandar <vi...@users.noreply.github.com>
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 78dc46b..f00749b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -948,14 +948,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>