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