Skip to content

Commit d78430c

Browse files
committed
Address more TODOs
1 parent 6024cea commit d78430c

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,6 @@
542542
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:aws-sdk-java</ignoredUnusedDeclaredDependency>
543543
<!-- Declared by the codegen maven plugins (lite and normal). Not used directly but used to override a transitive dependecy -->
544544
<ignoredUnusedDeclaredDependency>org.codehaus.plexus:plexus-utils</ignoredUnusedDeclaredDependency>
545-
546-
<!-- TODO(post-sra-identity-auth): Once everything is switched to useSraAuth=true, remove this-->
547-
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:http-auth</ignoredUnusedDeclaredDependency>
548-
549-
<!-- TODO(post-sra-identity-auth): With move to SRA Identity & Auth, most clients won't need a
550-
dependency on auth module. But cannot remove it from services/pom.xml until all services
551-
have switched. Some service modules may still need it, because they have tests that use the
552-
old interfaces, but that should become a test scoped dependency in modules where needed.
553-
And the line below removed. -->
554545
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:auth</ignoredUnusedDeclaredDependency>
555546

556547
<!-- Ignoring any unused declared dependency warnings for access grants plugin across the bundle -->
@@ -687,13 +678,8 @@
687678
</includeModules>
688679
<excludes>
689680
<exclude>*.internal.*</exclude>
690-
<!-- TODO remove after release -->
691-
<exclude>software.amazon.awssdk.annotations.ReviewBeforeRelease</exclude>
692681
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
693682
<exclude>software.amazon.awssdk.regions.*</exclude>
694-
<exclude>software.amazon.awssdk.regions.*</exclude>
695-
<exclude>software.amazon.awssdk.enhanced.dynamodb.mapper.annotations.DynamoDbSecondaryPartitionKey</exclude>
696-
<exclude>software.amazon.awssdk.enhanced.dynamodb.mapper.annotations.DynamoDbSecondarySortKey</exclude>
697683
</excludes>
698684

699685
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>

services/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,6 @@
462462
<artifactId>http-auth-spi</artifactId>
463463
<version>${awsjavasdk.version}</version>
464464
</dependency>
465-
<dependency>
466-
<groupId>software.amazon.awssdk</groupId>
467-
<artifactId>http-auth</artifactId>
468-
<version>${awsjavasdk.version}</version>
469-
</dependency>
470465
<dependency>
471466
<groupId>software.amazon.awssdk</groupId>
472467
<artifactId>identity-spi</artifactId>

test/old-client-version-compatibility-test/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
<artifactId>auth</artifactId>
6969
<version>${awsjavasdk.version}</version>
7070
</dependency>
71-
<dependency>
72-
<groupId>software.amazon.awssdk</groupId>
73-
<artifactId>http-auth</artifactId>
74-
<version>${awsjavasdk.version}</version>
75-
</dependency>
7671
<dependency>
7772
<groupId>software.amazon.awssdk</groupId>
7873
<artifactId>http-client-spi</artifactId>

0 commit comments

Comments
 (0)