Skip to content

Commit 784a6d4

Browse files
committed
Remove BOM workaround
Since Gradle 6.2, the scope information is not published anymore with the BOM, so we don't need to manually remove it anymore
1 parent b71a7ee commit 784a6d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: framework-bom/framework-bom.gradle

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ publishing {
1818
mavenJava(MavenPublication) {
1919
artifactId = 'spring-framework-bom'
2020
from components.javaPlatform
21-
// remove scope information from published BOM
22-
pom.withXml {
23-
asNode().dependencyManagement.first().dependencies.first().each {
24-
it.remove(it.scope.first())
25-
}
26-
}
2721
}
2822
}
2923
}

0 commit comments

Comments
 (0)