Browse Source

Revert "Stop using libs-release"

This reverts commit e5b957167a.

See gh-23124
pull/23540/head
Stephane Nicoll 7 years ago
parent
commit
5a28fdc540
  1. 2
      build.gradle

2
build.gradle

@ -116,7 +116,7 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project -> @@ -116,7 +116,7 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
}

Loading…
Cancel
Save