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 0bcbf014b804e57ed301da6e92a6b40086cef17d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 27 07:30:42 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 2b11a287717..aee83a4dcf1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -272,11 +272,6 @@ <artifactId>camel-amqp-starter</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-any23-starter</artifactId> - <version>${project.version}</version> - </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-arangodb-starter</artifactId>
