This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 62f4c1df83f17f7cd7da68c4a6015949f1dbda1a Author: Marco Carletti <[email protected]> AuthorDate: Mon Oct 2 16:43:47 2023 +0200 Fix typo --- tooling/redhat-camel-spring-boot-bom/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index 641d35d7c18..9da59641396 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -101,6 +101,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.21</version> + </dependency> <!-- Overrides snappy-java --> <dependency> <groupId>org.xerial.snappy</groupId>
