You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/07 08:26:02 UTC

[2/2] camel git commit: CAMEL-9300: DeltaSpike container control dependency in Camel CDI should be optional

CAMEL-9300: DeltaSpike container control dependency in Camel CDI should be optional


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/385df5fb
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/385df5fb
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/385df5fb

Branch: refs/heads/camel-2.16.x
Commit: 385df5fb44167fe68ffb2b17ea7a67a91be77605
Parents: 16b4f95
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Fri Nov 6 18:40:56 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Nov 7 08:29:16 2015 +0100

----------------------------------------------------------------------
 components/camel-cdi/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/385df5fb/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index da6f0c7..e1c4478 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -86,6 +86,7 @@
       <groupId>org.apache.deltaspike.cdictrl</groupId>
       <artifactId>deltaspike-cdictrl-api</artifactId>
       <version>${deltaspike-version}</version>
+      <optional>true</optional>
     </dependency>
 
     <!-- logging -->