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 60abedef7c793efe2af52d7f587e92a838347d5b Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 27 08:45:38 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 deletions(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 1c2de404695..aee83a4dcf1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -232,11 +232,6 @@ <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>
