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 2019/02/14 13:36:42 UTC

[camel] branch master updated: Should be test scope for the test-jar

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90cbb1e  Should be test scope for the test-jar
90cbb1e is described below

commit 90cbb1eead5c68ae4a50ac60f4a0b23510a495c3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 14 14:36:29 2019 +0100

    Should be test scope for the test-jar
---
 core/camel-management-impl/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-management-impl/pom.xml b/core/camel-management-impl/pom.xml
index a230ca9..d3a8742 100644
--- a/core/camel-management-impl/pom.xml
+++ b/core/camel-management-impl/pom.xml
@@ -105,6 +105,7 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
       <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>