This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 881397f5895 Remove camel-core-engine-starter - does not exist (#800)
881397f5895 is described below

commit 881397f58955a829ae72e09b6c3e6827f3c19992
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Mar 27 00:39:27 2023 -0400

    Remove camel-core-engine-starter - does not exist (#800)
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 826502ea2ba..725d3fff912 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,11 +40,6 @@
                 <artifactId>camel-core-starter</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-core-engine-starter</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel.springboot</groupId>
                 <artifactId>camel-spring-boot-starter</artifactId>

Reply via email to