This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new ce0c0dc5426 CAMEL-20941: camel-parquet-avro: Added hadoop JARs needed to use this library. ce0c0dc5426 is described below commit ce0c0dc5426ce2f3e310f88425731f8e3addcbd7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jul 3 19:53:51 2024 +0200 CAMEL-20941: camel-parquet-avro: Added hadoop JARs needed to use this library. --- components/camel-parquet-avro/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-parquet-avro/pom.xml b/components/camel-parquet-avro/pom.xml index ade5b4ded88..0455d9e58c2 100644 --- a/components/camel-parquet-avro/pom.xml +++ b/components/camel-parquet-avro/pom.xml @@ -60,6 +60,12 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>${hadoop3-version}</version> + <exclusions> + <exclusion> + <groupId>jakarta.activation</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId>