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 @@ -105,6 +105,15 @@ subprojects {
105105 resolutionStrategy. force " io.netty:netty-resolver:${ versions.netty} "
106106 resolutionStrategy. force " io.netty:netty-transport:${ versions.netty} "
107107 resolutionStrategy. force " io.netty:netty-transport-native-unix-common:${ versions.netty} "
108+ resolutionStrategy. force " software.amazon.awssdk:bom:${ versions.aws} "
109+ resolutionStrategy. force " software.amazon.awssdk:kms:${ versions.aws} "
110+ resolutionStrategy. force " software.amazon.awssdk:dynamodb:${ versions.aws} "
111+ resolutionStrategy. force " software.amazon.awssdk:dynamodb-enhanced:${ versions.aws} "
112+ resolutionStrategy. force " org.dafny:DafnyRuntime:4.9.0"
113+ }
114+
115+ configurations. all {
116+ exclude group : ' org.bouncycastle' , module : ' bcprov-jdk18on'
108117 }
109118
110119 apply plugin : ' com.diffplug.spotless'
You can’t perform that action at this time.
0 commit comments