This is an automated email from the ASF dual-hosted git repository. pwason pushed a commit to branch release-0.6.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit e599764c2dcfbbc15d6554fa0df55b7375e4a31d Author: Dezhi Cai <[email protected]> AuthorDate: Thu Feb 18 13:43:27 2021 +0800 Removing spring repos from pom (#2481) (#2552) - 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 68fe167..8791471 100644 --- a/pom.xml +++ b/pom.xml @@ -916,14 +916,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>
