Skip to content

Commit 8195702

Browse files
authored
Ignore auth maven-dependency-plugin failure (#4593)
With move to SRA Identity & Auth, most clients won't need a dependency on auth module. But cannot remove it from services/pom.xml until all services have switched.
1 parent 1f2c7f8 commit 8195702

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,13 @@
522522

523523
<!-- TODO(post-sra-identity-auth): Once everything is switched to useSraAuth=true, remove this-->
524524
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:http-auth</ignoredUnusedDeclaredDependency>
525+
526+
<!-- TODO(post-sra-identity-auth): With move to SRA Identity & Auth, most clients won't need a
527+
dependency on auth module. But cannot remove it from services/pom.xml until all services
528+
have switched. Some service modules may still need it, because they have tests that use the
529+
old interfaces, but that should become a test scoped dependency in modules where needed.
530+
And the line below removed. -->
531+
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:auth</ignoredUnusedDeclaredDependency>
525532
</ignoredUnusedDeclaredDependencies>
526533
</configuration>
527534
</plugin>

0 commit comments

Comments
 (0)