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:01 UTC

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

Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x 16b4f9589 -> 385df5fb4
  refs/heads/master 35d8ee43e -> fb6601193


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/fb660119
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fb660119
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fb660119

Branch: refs/heads/master
Commit: fb660119367c0fbde1f61e2864cd079c2037b05d
Parents: 35d8ee4
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Fri Nov 6 18:40:56 2015 +0100
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Fri Nov 6 18:40:56 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/fb660119/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 8c4ec76..0cfa350 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 -->


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

Posted by da...@apache.org.
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 -->