Merge branch '3.3.x'
Closes gh-41447
This commit is contained in:
@@ -15,6 +15,15 @@ configurations {
|
||||
springApplicationExample
|
||||
testSlices
|
||||
antoraContent
|
||||
all {
|
||||
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.module.group == "org.apache.kafka" && details.requested.module.name == "kafka-server-common") {
|
||||
details.artifactSelection {
|
||||
selectArtifact(DependencyArtifact.DEFAULT_TYPE, null, null)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user