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

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


The following commit(s) were added to refs/heads/master by this push:
     new ab45ff9  chore: remove spring-boot leftovers
ab45ff9 is described below

commit ab45ff96a504bf6148e1b88a60339be5112a6050
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue May 28 06:44:18 2019 +0200

    chore: remove spring-boot leftovers
---
 build/maven/pom-runtime.xml                          | 10 ----------
 deploy/platform-integration-context-spring-boot.yaml | 18 ------------------
 2 files changed, 28 deletions(-)

diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml
index 851e4d3..8daf84c 100644
--- a/build/maven/pom-runtime.xml
+++ b/build/maven/pom-runtime.xml
@@ -70,16 +70,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-runtime-spring-boot</artifactId>
-            <version>${runtime.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-runtime-spring-boot-layout</artifactId>
-            <version>${runtime.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-k-adapter-camel-2</artifactId>
             <version>${runtime.version}</version>
         </dependency>
diff --git a/deploy/platform-integration-context-spring-boot.yaml 
b/deploy/platform-integration-context-spring-boot.yaml
deleted file mode 100644
index 5b86911..0000000
--- a/deploy/platform-integration-context-spring-boot.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-apiVersion: camel.apache.org/v1alpha1
-kind: IntegrationContext
-metadata:
-  name: spring-boot
-  labels:
-    app: "camel-k"
-    camel.apache.org/context.created.by.kind: Operator
-    camel.apache.org/context.created.by.name: camel-k-operator
-    camel.apache.org/context.type: platform
-spec:
-  dependencies:
-    - runtime:jvm
-    - runtime:spring-boot
-    - camel:core
-  traits:
-    springboot:
-      configuration:
-        enabled: "true"

Reply via email to