We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b9571 commit 46b3a83Copy full SHA for 46b3a83
build.gradle
@@ -119,7 +119,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project ->
119
maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow
120
maven { url "https://repo.spring.io/milestone" } // Reactor
121
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
122
- mavenLocal()
123
}
124
125
dependencies {
0 commit comments