File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ configure(allprojects) { project ->
2323apply plugin : " org.springframework.build.localdev"
2424group = " org.springframework"
2525repositories {
26+ mavenLocal()
2627mavenCentral()
2728maven {
2829url " https://repo.spring.io/milestone"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ description = "Spring Framework API Docs"
88apply from : " ${ rootDir} /gradle/publications.gradle"
99
1010repositories {
11+ mavenLocal()
1112maven {
1213url " https://repo.spring.io/release"
1314}
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ description = "Spring Commons Logging Bridge"
33dependencies {
44optional(" org.apache.logging.log4j:log4j-api" )
55optional(" org.slf4j:slf4j-api" )
6+ optional(" biz.aQute.bnd:biz.aQute.bnd.annotation:6.3.1" )
7+ optional(" org.osgi:osgi.annotation:8.1.0" )
68}
You can’t perform that action at this time.
0 commit comments