This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit ab5103d4e19204ab8330311405d2e84a92c2ba5e Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Apr 22 12:19:07 2021 +0200 Temporary workaround for #2503 Upgrade to minio 8.2.1 in Camel 3.10 breaks Quarkiverse Minio and MinioClientProducer in our test --- pom.xml | 1 + poms/bom/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index fdb12d0..9572ce5 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,7 @@ <kudu.version>${kudu-version}</kudu.version><!-- keep in sync with Camel --> <kotlin.version>1.4.32</kotlin.version><!-- keep in sync with Quarkus --> <netty3.version>${netty3-version}</netty3.version><!-- Spark --> + <minio.version>8.1.0</minio.version><!-- Hardcoded as a workaround for https://github.com/apache/camel-quarkus/issues/2503 otherwise should be kept in sync with quarkiverse-minio and camel --> <mvel2.version>${mvel-version}</mvel2.version><!-- keep in sync with Camel and Optaplanner --> <nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps --> <okhttp.version>${squareup-okhttp-version}</okhttp.version><!-- keep in sync with okio --> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 2f36a15..6712901 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -5754,6 +5754,11 @@ <version>${debezium.version}</version> </dependency> <dependency> + <groupId>io.minio</groupId> + <artifactId>minio</artifactId> + <version>${minio.version}</version> + </dependency> + <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> <version>${opencensus.version}</version>