From ce6f814b8a6f6872a80329bfdfc9dd9fbc40f57e Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Fri, 29 Sep 2023 12:38:30 -0400 Subject: [PATCH] Override avro/commons-compress --- .../src/main/resources/pom.xml | 12 ++++++++++++ tooling/redhat-camel-spring-boot-bom/pom.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml index 4945d735ad2..e1fa685691f 100644 --- a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml @@ -90,6 +90,18 @@ undertow-servlet ${undertow-version} + + + org.apache.avro + avro + ${avro-version} + + + + org.apache.commons + commons-compress + ${commons-compress-version} + org.elasticsearch.client diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index f11c251c5ab..8a5ffad44ee 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -90,6 +90,18 @@ undertow-servlet 2.3.7.Final + + + org.apache.avro + avro + 1.11.0 + + + + org.apache.commons + commons-compress + 1.21 + org.elasticsearch.client