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/01/24 15:43:02 UTC

[hudi] branch master updated: Removing spring repos from pom (#2481)

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/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 81836f0  Removing spring repos from pom (#2481)
81836f0 is described below

commit 81836f0309b293892a3013017dbd90c93dbf3df9
Author: vinoth chandar <vi...@users.noreply.github.com>
AuthorDate: Sun Jan 24 07:42:52 2021 -0800

    Removing spring repos from pom (#2481)
    
    - These are being deprecated
    - Causes build issues when .m2 does not have this cached already
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6df3c49..09145a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -950,14 +950,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>