This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit a38db993f8e1c111897b42c13585a38b1770e643 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 27 07:35:10 2023 +0100 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot Signed-off-by: Andrea Cosentino <[email protected]> --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index aee83a4dcf1..1c2de404695 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -232,6 +232,11 @@ <artifactId>abdera-core</artifactId> <version>1.1.3</version> </dependency> + <dependency> + <groupId>org.apache.any23</groupId> + <artifactId>apache-any23-core</artifactId> + <version>2.7</version> + </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId>
