diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml index 0091c520190e..871e4b541794 100644 --- a/core/auth-crt/pom.xml +++ b/core/auth-crt/pom.xml @@ -62,11 +62,6 @@ auth ${awsjavasdk.version} - - software.amazon.awssdk - http-auth-aws-crt - ${awsjavasdk.version} - software.amazon.awssdk.crt aws-crt diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 26b16b16f0a8..13db25646058 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -53,26 +53,6 @@ identity-spi ${awsjavasdk.version} - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - - - software.amazon.awssdk - http-auth - ${awsjavasdk.version} - - - software.amazon.awssdk - http-auth-event-stream - ${awsjavasdk.version} - - - software.amazon.awssdk - utils - ${awsjavasdk.version} - software.amazon.awssdk regions diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml deleted file mode 100644 index 1de8248d1edc..000000000000 --- a/core/http-auth-aws-crt/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 4.0.0 - - - software.amazon.awssdk - core - 2.20.47-SNAPSHOT - - - http-auth-aws-crt - AWS Java SDK :: HTTP Auth AWS CRT - - The AWS SDK for Java - Auth module holds the AWS Common Runtime based implementations that are used for - authentication with HTTP services - - https://aws.amazon.com/sdkforjava - - - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - - - \ No newline at end of file diff --git a/core/http-auth-aws-crt/src/main/java/software/amazon/awssdk/http/auth/aws/crt/Placeholder.java b/core/http-auth-aws-crt/src/main/java/software/amazon/awssdk/http/auth/aws/crt/Placeholder.java deleted file mode 100644 index 6844b05649ed..000000000000 --- a/core/http-auth-aws-crt/src/main/java/software/amazon/awssdk/http/auth/aws/crt/Placeholder.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.awssdk.http.auth.aws.crt; - -import software.amazon.awssdk.annotations.SdkInternalApi; - -// TODO: Remove when where is actual code in this module -@SdkInternalApi -public interface Placeholder { -} diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml deleted file mode 100644 index c95f477c045b..000000000000 --- a/core/http-auth-aws/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - 4.0.0 - - - software.amazon.awssdk - core - 2.20.47-SNAPSHOT - - - http-auth-aws - AWS Java SDK :: HTTP Auth AWS - - The AWS SDK for Java - Auth module holds the classes that are used for authentication with AWS services - - https://aws.amazon.com/sdkforjava - - - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - - - \ No newline at end of file diff --git a/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/Placeholder.java b/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/Placeholder.java deleted file mode 100644 index 96b43e682cc2..000000000000 --- a/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/Placeholder.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.awssdk.http.auth.aws; - -import software.amazon.awssdk.annotations.SdkInternalApi; - -// TODO: Remove when where is actual code in this module -@SdkInternalApi -public interface Placeholder { -} diff --git a/core/http-auth-event-stream/pom.xml b/core/http-auth-event-stream/pom.xml deleted file mode 100644 index ed42cab8ac7f..000000000000 --- a/core/http-auth-event-stream/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 4.0.0 - - - software.amazon.awssdk - core - 2.20.47-SNAPSHOT - - - http-auth-event-stream - AWS Java SDK :: HTTP Auth Event Stream - - The AWS SDK for Java - HTTP Auth Even Stream module holds the classes that are used for authentication of - event streams in HTTP services - - https://aws.amazon.com/sdkforjava - - - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - - - \ No newline at end of file diff --git a/core/http-auth-event-stream/src/main/java/software/amazon/awssdk/http/auth/eventstream/Placeholder.java b/core/http-auth-event-stream/src/main/java/software/amazon/awssdk/http/auth/eventstream/Placeholder.java deleted file mode 100644 index 9750b18fde4f..000000000000 --- a/core/http-auth-event-stream/src/main/java/software/amazon/awssdk/http/auth/eventstream/Placeholder.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.awssdk.http.auth.eventstream; - -import software.amazon.awssdk.annotations.SdkInternalApi; - -// TODO: Remove when where is actual code in this module -@SdkInternalApi -public interface Placeholder { -} diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml deleted file mode 100644 index 81e3440fffb7..000000000000 --- a/core/http-auth-spi/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 4.0.0 - - - software.amazon.awssdk - core - 2.20.47-SNAPSHOT - - - http-auth-spi - AWS Java SDK :: HTTP Auth SPI - - The AWS SDK for Java - HTTP Auth SPI module contains the interfaces for authentication that are used by other - modules in the library. - - https://aws.amazon.com/sdkforjava - - - - software.amazon.awssdk - identity-spi - ${awsjavasdk.version} - - - \ No newline at end of file diff --git a/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/Placeholder.java b/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/Placeholder.java deleted file mode 100644 index b7f4fa88b6e7..000000000000 --- a/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/Placeholder.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.awssdk.http.auth.spi; - -import software.amazon.awssdk.annotations.SdkInternalApi; - -// TODO: Remove when where is actual code in this module -@SdkInternalApi -public interface Placeholder { -} diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml deleted file mode 100644 index 095f4491859f..000000000000 --- a/core/http-auth/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - 4.0.0 - - - software.amazon.awssdk - core - 2.20.47-SNAPSHOT - - - http-auth - AWS Java SDK :: HTTP Auth - - The AWS SDK for Java - HTTP Auth module holds the classes that are used for authentication with generic HTTP - services - - https://aws.amazon.com/sdkforjava - - - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - - - \ No newline at end of file diff --git a/core/http-auth/src/main/java/software/amazon/awssdk/http/auth/Placeholder.java b/core/http-auth/src/main/java/software/amazon/awssdk/http/auth/Placeholder.java deleted file mode 100644 index c956c0ee53cb..000000000000 --- a/core/http-auth/src/main/java/software/amazon/awssdk/http/auth/Placeholder.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.awssdk.http.auth; - -import software.amazon.awssdk.annotations.SdkInternalApi; - -// TODO: Remove when where is actual code in this module -@SdkInternalApi -public interface Placeholder { -} diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml index 11ffb3f6a9cb..48ac18a88ae8 100644 --- a/core/identity-spi/pom.xml +++ b/core/identity-spi/pom.xml @@ -45,4 +45,4 @@ ${awsjavasdk.version} - \ No newline at end of file + diff --git a/core/pom.xml b/core/pom.xml index b13e43084281..575ef4238008 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -37,11 +37,6 @@ arns auth identity-spi - http-auth-spi - http-auth - http-auth-event-stream - http-auth-aws - http-auth-aws-crt auth-crt sdk-core aws-core diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index f0db9511915d..f81ccb7f446d 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -51,11 +51,6 @@ endpoints-spi ${awsjavasdk.version} - - software.amazon.awssdk - http-auth-spi - ${awsjavasdk.version} - software.amazon.awssdk utils diff --git a/pom.xml b/pom.xml index c62d1e1b462a..af23c20da27e 100644 --- a/pom.xml +++ b/pom.xml @@ -483,8 +483,6 @@ - - false true