Skip to content

Commit ea09d64

Browse files
committed
Add OSGi package imports for AWS SDK v1 and v2 (#1065)
JAVA-4836
1 parent 20241aa commit ea09d64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ afterEvaluate {
8383
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
8484
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
8585
'io.netty.*;resolution:=optional',
86+
'com.amazonaws.*;resolution:=optional',
87+
'software.amazon.awssdk.*;resolution:=optional',
8688
'org.xerial.snappy.*;resolution:=optional',
8789
'com.github.luben.zstd.*;resolution:=optional',
8890
'org.slf4j.*;resolution:=optional',

0 commit comments

Comments
 (0)