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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3a248b387c6f93289cd48b5a97d074d43e237211
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Mar 17 18:16:13 2018 +0100

    CAMEL-11430: Migrate to Spring Boot 2 - work in progress
---
 apache-camel/pom.xml                             | 4 ----
 apache-camel/src/main/descriptors/common-bin.xml | 1 -
 bom/camel-bom/pom.xml                            | 5 -----
 parent/pom.xml                                   | 5 -----
 4 files changed, 15 deletions(-)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 6eee21f..88a8ec8 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -2532,10 +2532,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-commands-spring-boot</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-route-parser</artifactId>
     </dependency>
 
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index 4acd7d5..30c1580 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -334,7 +334,6 @@
         <include>org.apache.camel:camel-catalog-rest-app</include>
         <include>org.apache.camel:camel-commands-core</include>
         <include>org.apache.camel:camel-commands-jolokia</include>
-        <include>org.apache.camel:camel-commands-spring-boot</include>
         <include>org.apache.camel.karaf:camel-karaf-commands</include>
         <include>org.apache.camel:camel-route-parser</include>
       </includes>
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 1f0a2ad..f88f217 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -453,11 +453,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-commands-spring-boot</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-connector</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 011fd9b..f073b9a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2315,11 +2315,6 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-commands-spring-boot</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>camel-karaf-commands</artifactId>
         <version>${project.version}</version>

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to