File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -672,6 +672,15 @@ configurations.all {
672672 resolutionStrategy. force ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3'
673673 resolutionStrategy. force ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.18.3'
674674 resolutionStrategy. force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3'
675+ resolutionStrategy. force " io.netty:netty-codec-http2:${ versions.netty} "
676+ resolutionStrategy. force " io.netty:io.netty:netty-codec-http2:${ versions.netty} "
677+ resolutionStrategy. force " io.netty:io.netty:netty-codec:${ versions.netty} "
678+ resolutionStrategy. force " io.netty:io.netty:netty-transport:${ versions.netty} "
679+ resolutionStrategy. force " io.netty:io.netty:netty-common:${ versions.netty} "
680+ resolutionStrategy. force " io.netty:io.netty:netty-buffer:${ versions.netty} "
681+ resolutionStrategy. force " io.netty:io.netty:netty-handler:${ versions.netty} "
682+ resolutionStrategy. force " io.netty:io.netty:netty-resolver:${ versions.netty} "
683+ resolutionStrategy. force " io.netty:io.netty:netty-transport-native-unix-common:${ versions.netty} "
675684}
676685
677686apply plugin : ' com.netflix.nebula.ospackage'
You can’t perform that action at this time.
0 commit comments