You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/09/20 21:05:26 UTC

[camel-k] 06/07: chore(context): add dependencies to provided groovy context

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

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

commit 59970ab52c1a34b1d88f06ef8128b2d214c63d29
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Sep 20 17:33:58 2018 +0200

    chore(context): add dependencies to provided groovy context
---
 deploy/platform-integration-context-groovy.yaml | 1 +
 deploy/resources.go                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/deploy/platform-integration-context-groovy.yaml b/deploy/platform-integration-context-groovy.yaml
index e1c327c..cabe24a 100644
--- a/deploy/platform-integration-context-groovy.yaml
+++ b/deploy/platform-integration-context-groovy.yaml
@@ -9,4 +9,5 @@ metadata:
     camel.apache.org/context.type: platform
 spec:
   dependencies:
+    - camel:core
     - camel:groovy
\ No newline at end of file
diff --git a/deploy/resources.go b/deploy/resources.go
index f4e9210..7a9888f 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -2464,6 +2464,7 @@ metadata:
     camel.apache.org/context.type: platform
 spec:
   dependencies:
+    - camel:core
     - camel:groovy
 `
 	Resources["user-cluster-role.yaml"] =