This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 41d61f5fdd05a3aff9066c23622fb3e11b5ec1f4 Author: Croway <[email protected]> AuthorDate: Wed Jun 12 10:24:35 2024 +0200 Fix build with mvnd --- widget-gadget/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/widget-gadget/pom.xml b/widget-gadget/pom.xml index 308ba1b..f5a462d 100644 --- a/widget-gadget/pom.xml +++ b/widget-gadget/pom.xml @@ -76,10 +76,6 @@ <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-starter</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-amqp-starter</artifactId> - </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jsonpath-starter</artifactId>
