Skip to content

Commit

Permalink
Remove ion dependencies from root pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Pinto committed Feb 26, 2024
1 parent 19d34bb commit 3276e59
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<glue.schema.registry.groupId>software.amazon.glue</glue.schema.registry.groupId>
<aws.sdk.v2.version>2.22.12</aws.sdk.v2.version>
<aws.sdk.v1.version>1.12.633</aws.sdk.v1.version>
<aws.sdk.v1.version>1.12.660</aws.sdk.v1.version>
<kafka.scala.version>2.12</kafka.scala.version>
<kafka.version>3.6.1</kafka.version>
<avro.version>1.11.3</avro.version>
Expand Down Expand Up @@ -115,7 +115,7 @@
<awaitility.version>3.0.0</awaitility.version>
<protobuf.java.version>3.19.6</protobuf.java.version>
<localstack.utils>0.2.23</localstack.utils>
<aws.msk.iam.auth>1.1.5</aws.msk.iam.auth>
<aws.msk.iam.auth>2.0.3</aws.msk.iam.auth>

This comment has been minimized.

Copy link
@blacktooth

blacktooth Feb 29, 2024

Contributor

Does this introduce any backward incompatibility?

This comment has been minimized.

Copy link
@vanessapinto257

vanessapinto257 Feb 29, 2024

Contributor

Version 2.0 only adds SASL with IAM support, no backward incompatible changes listed: https://github.com/aws/aws-msk-iam-auth?tab=readme-ov-file#release-200

</properties>

<dependencyManagement>
Expand Down Expand Up @@ -284,6 +284,12 @@
<artifactId>amazon-kinesis-producer</artifactId>
<version>${kinesis.producer.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>software.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit 3276e59

Please sign in to comment.