Skip to content

Commit

Permalink
Exclude v1 sdk from glue dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethkatnic committed Sep 4, 2024
1 parent 0478575 commit 71ad599
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,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

0 comments on commit 71ad599

Please sign in to comment.