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 2020/02/04 19:04:47 UTC

[camel] branch master updated: assertj should be test scope

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 4499f90  assertj should be test scope
4499f90 is described below

commit 4499f900537102c27fd8f00ff26d552d0de805f0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 4 20:04:28 2020 +0100

    assertj should be test scope
---
 tooling/camel-tooling-util/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-tooling-util/pom.xml b/tooling/camel-tooling-util/pom.xml
index fcdcfe5..0128c53 100644
--- a/tooling/camel-tooling-util/pom.xml
+++ b/tooling/camel-tooling-util/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>