Skip to content

Commit

Permalink
Remove glue transient dependency on sdkv1. See awslabs#1381
Browse files Browse the repository at this point in the history
  • Loading branch information
ethkatnic committed Nov 2, 2024
1 parent 3c4771a commit 0abef21
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-serde</artifactId>
<version>${gsr.version}</version>
<exclusions>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.glue</groupId>
Expand Down Expand Up @@ -473,4 +479,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 0abef21

Please sign in to comment.