Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove repo.spring.io maven repo dependency (#1827) #1828

Merged
merged 3 commits into from
Jan 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove repo.spring.io maven repo dependency (#1827)
According to spring's notification @ https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020, starting january 21, 2020 repo.spring.io doesnot allow anonymous download of 3rd-party Maven Central artifacts. They suggest all their releases are available at maven central.

Signed-off-by: Saravana Perumal Shanmugam <perusworld@linux.com>
  • Loading branch information
perusworld committed Jan 22, 2021
commit 94488228df89f2f067d409f9f96c1c43e53ceb77
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ allprojects {
maven { url "https://hyperledger-org.bintray.com/besu-repo" }
maven { url "https://consensys.bintray.com/pegasys-repo" }
maven { url "https://consensys.bintray.com/consensys" }
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://dl.bintray.com/open-telemetry/maven" }
}

Expand Down