Stop using mavenLocal()

This commit makes sure the content of the local maven repository has no
impact on the build

See gh-23124
This commit is contained in:
Stephane Nicoll
2019-08-28 14:16:34 +02:00
parent e5b957167a
commit 46b3a8335f

View File

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