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 2014/03/02 12:26:41 UTC

git commit: CAMEL-6337: use provided scope for cdi spec. Thanks to Romain Manni-Bucau for the patch.

Repository: camel
Updated Branches:
  refs/heads/master bf6c4e794 -> 89b179264


CAMEL-6337: use provided scope for cdi spec. Thanks to Romain Manni-Bucau for the patch.


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

Branch: refs/heads/master
Commit: 89b17926480be5ac94613d3b23ab270c53c86d1e
Parents: bf6c4e7
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Mar 2 12:28:46 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Mar 2 12:28:46 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/89b17926/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index cafc652..a1fa53b 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -78,16 +78,19 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
             <version>${geronimo-atinject-1.0-spec-version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jcdi_1.0_spec</artifactId>
             <version>${geronimo-jcdi-1.0-spec-version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.1_spec</artifactId>
             <version>${geronimo-interceptor-1.1-spec-version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <!-- logging -->