Skip to content

Commit

Permalink
Remove repo.spring.io maven repo dependency (hyperledger#1827) (hyper…
Browse files Browse the repository at this point in the history
…ledger#1828)

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.

Add reference to the splunk repo as mentioned in https://dev.splunk.com/enterprise/docs/devtools/java/logging-java/getstartedloggingjava/installloggingjava/

Signed-off-by: Saravana Perumal Shanmugam <perusworld@linux.com>
  • Loading branch information
perusworld authored and diega committed Jan 28, 2021
1 parent bddc5a9 commit 293f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ allprojects {
mavenLocal()
maven { url "https://hyperledger-org.bintray.com/besu-repo" }
maven { url "https://consensys.bintray.com/pegasys-repo" }
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://splunk.jfrog.io/splunk/ext-releases-local" }
maven { url "https://dl.bintray.com/open-telemetry/maven" }
}

Expand Down

0 comments on commit 293f927

Please sign in to comment.