Skip to content

Commit 93fc611

Browse files
committed
Fix build
1 parent b8b709c commit 93fc611

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

services/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@
444444
<artifactId>sdk-core</artifactId>
445445
<version>${awsjavasdk.version}</version>
446446
</dependency>
447-
<dependency>
448-
<groupId>software.amazon.awssdk</groupId>
449-
<artifactId>auth</artifactId>
450-
<version>${awsjavasdk.version}</version>
451-
</dependency>
452447
<dependency>
453448
<groupId>software.amazon.awssdk</groupId>
454449
<artifactId>http-auth-spi</artifactId>

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

-5
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)