diff --git a/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json b/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json new file mode 100644 index 000000000000..e0f5c7f0e3b7 --- /dev/null +++ b/.changes/next-release/bugfix-AWSSDKforJavav2Bundle-7dd8ce2.json @@ -0,0 +1,6 @@ +{ + "type": "bugfix", + "category": "AWS SDK for Java v2 Bundle", + "contributor": "", + "description": "Fix unshaded classes in the AWS SDK for Java v2 bundle. See [#5108](https://github.com/aws/aws-sdk-java-v2/issues/5108)" +} diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index e94bdaffcf7f..14c1238bfe07 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -60,6 +60,105 @@ software.amazon.s3.accessgrants aws-s3-accessgrants-java-plugin ${s3accessgrants.version} + true + + + software.amazon.awssdk + http-auth-spi + + + software.amazon.awssdk + identity-spi + + + software.amazon.awssdk + s3control + + + software.amazon.awssdk + s3 + + + software.amazon.awssdk + iam + + + software.amazon.awssdk + sts + + + software.amazon.awssdk + cloudwatch-metric-publisher + + + software.amazon.eventstream + eventstream + + + org.slf4j + slf4j-api + + + io.netty + netty-codec-http + + + io.netty + netty-codec-http2 + + + io.netty + netty-codec + + + io.netty + netty-transport + + + io.netty + netty-common + + + io.netty + netty-buffer + + + io.netty + netty-handler + + + io.netty + netty-transport-classes-epoll + + + io.netty + netty-resolver + + + io.netty + netty-resolver-dns + + + org.apache.httpcomponents + httpcomponents-client + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + commons-codec + commons-codec + + + org.reactivestreams + reactive-streams + + @@ -82,8 +181,11 @@ software.amazon.awssdk:* software.amazon:* software.amazon.s3.accessgrants:* - com.github.ben-manes.caffeine:* + com.github.ben-manes.caffeine:caffeine + com.google.errorprone:error_prone_annotations + org.checkerframework:checker-qual commons-logging:* + software.amazon.eventstream:eventstream @@ -102,6 +204,18 @@ org.slf4j software.amazon.awssdk.thirdparty.org.slf4j + + com.github.benmanes.caffeine + software.amazon.awssdk.thirdparty.com.github.benmanes.caffeine + + + org.checkerframework + software.amazon.awssdk.thirdparty.org.checkerframework + + + com.google.errorprone + software.amazon.awssdk.thirdparty.com.google.errorprone + false true