This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 081906773baca6d99d88d9f302f647ead5c2de9b Author: Jiri Ondrusek <[email protected]> AuthorDate: Wed Aug 6 09:06:43 2025 +0200 Gen files --- poms/bom/pom.xml | 4 ++++ poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++++ poms/bom/src/main/generated/flattened-reduced-pom.xml | 4 ++++ poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index be35add4c6..cea550c0dc 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -238,6 +238,10 @@ <artifactId>camel-aws-xray</artifactId> <version>${camel.version}</version> <exclusions> + <exclusion> + <groupId>com.google.auto.value</groupId> + <artifactId>auto-value-annotations</artifactId> + </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 8b33171d32..4523ff51f8 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -154,6 +154,10 @@ <artifactId>camel-aws-xray</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <version>4.14.0-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <exclusions> + <exclusion> + <groupId>com.google.auto.value</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> + <artifactId>auto-value-annotations</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> + </exclusion> <exclusion> <groupId>commons-logging</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <artifactId>commons-logging</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 0b3063b3de..94666120a3 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -154,6 +154,10 @@ <artifactId>camel-aws-xray</artifactId> <version>4.14.0-SNAPSHOT</version> <exclusions> + <exclusion> + <groupId>com.google.auto.value</groupId> + <artifactId>auto-value-annotations</artifactId> + </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index d5715f71b8..b260aa2a00 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -154,6 +154,10 @@ <artifactId>camel-aws-xray</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <version>4.14.0-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <exclusions> + <exclusion> + <groupId>com.google.auto.value</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> + <artifactId>auto-value-annotations</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> + </exclusion> <exclusion> <groupId>commons-logging</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <artifactId>commons-logging</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
