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 ad739721257..c318353093e 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 @@ -69,6 +69,19 @@ + + + + org.apache.camel + camel-api + ${camel-version} + + + org.apache.camel + camel-support + ${camel-version} + + org.yaml diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index 5dd1c7c3148..7d8b5999e08 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -69,6 +69,18 @@ + + + org.apache.camel + camel-api + 4.8.0.redhat-00010 + + + org.apache.camel + camel-support + 4.8.0.redhat-00010 + + org.yaml