You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by pw...@apache.org on 2021/08/05 07:32:50 UTC

[hudi] branch release-0.5.3 created (now be12de3)

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

pwason pushed a change to branch release-0.5.3
in repository https://gitbox.apache.org/repos/asf/hudi.git.


      at be12de3  Removing spring repos from pom (#2481) (#2548)

This branch includes the following new commits:

     new be12de3  Removing spring repos from pom (#2481) (#2548)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[hudi] 01/01: Removing spring repos from pom (#2481) (#2548)

Posted by pw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit be12de33774065170a94e48b5874115189ef32d3
Author: Dezhi Cai <ca...@foxmail.com>
AuthorDate: Thu Feb 18 13:02:44 2021 +0800

    Removing spring repos from pom (#2481) (#2548)
    
    - 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 14cd7de..da16b10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -863,14 +863,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>