You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/03/09 12:40:28 UTC

[5/6] camel git commit: Better dependency scopes in Camel CDI REST Servlet example

Better dependency scopes in Camel CDI REST Servlet example


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

Branch: refs/heads/master
Commit: 23c614845e6b13ceec35bb01dc1e88ee1a0e5986
Parents: 8784e18
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Wed Mar 9 12:34:51 2016 +0100
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Wed Mar 9 12:40:03 2016 +0100

----------------------------------------------------------------------
 examples/camel-example-cdi-rest-servlet/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/23c61484/examples/camel-example-cdi-rest-servlet/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-rest-servlet/pom.xml b/examples/camel-example-cdi-rest-servlet/pom.xml
index 7e7248b..b6b3849 100755
--- a/examples/camel-example-cdi-rest-servlet/pom.xml
+++ b/examples/camel-example-cdi-rest-servlet/pom.xml
@@ -86,6 +86,7 @@
       <groupId>org.jboss.arquillian.testenricher</groupId>
       <artifactId>arquillian-testenricher-resource</artifactId>
       <version>${arquillian-version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.shrinkwrap.descriptors</groupId>
@@ -114,16 +115,19 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-webapp</artifactId>
           <version>${jetty9-version}</version>
+          <scope>runtime</scope>
         </dependency>
         <dependency>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
           <version>${jetty9-version}</version>
+          <scope>runtime</scope>
         </dependency>
         <dependency>
           <groupId>org.jboss.arquillian.container</groupId>
           <artifactId>arquillian-jetty-embedded-9</artifactId>
           <version>1.0.0.CR2</version>
+          <scope>test</scope>
           <exclusions>
             <exclusion>
               <groupId>org.jboss.arquillian.container</groupId>