Skip to content

Commit

Permalink
revert aws sdk version from f0b76c4 (#18695)
Browse files Browse the repository at this point in the history
Due to failures in migration:

```
2024-11-19 17:16:15.916	picocli.CommandLine$ExecutionException: Error while calling command (public java.lang.Integer org.openmetadata.service.util.OpenMetadataOperations.migrate(boolean)): java.lang.NoClassDefFoundError: software/amazon/awssdk/checksums/SdkChecksum
2024-11-19 17:16:15.641	Updating bot users in case of an update on the JSON schema: [managed-aws]
2024-11-19 17:16:14.903	Updating services in case of an update on the JSON schema: [managed-aws]
```
  • Loading branch information
sushi30 authored Nov 19, 2024
1 parent b4cec83 commit 12945c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmetadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.tests>${project.basedir}/src/test/java</sonar.tests>
<org.testcontainers.version>1.20.3</org.testcontainers.version>
<awssdk.version>2.29.13</awssdk.version>
<awssdk.version>2.29.11</awssdk.version>
<azure-identity.version>1.14.0</azure-identity.version>
<azure-kv.version>4.9.0</azure-kv.version>
<azure-identity-extensions.version>1.0.0</azure-identity-extensions.version>
Expand Down

0 comments on commit 12945c6

Please sign in to comment.