This is an automated email from the ASF dual-hosted git repository. acosentino 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 cccca9b Camel-AWS-Xray: Hamcrest is a test dependency cccca9b is described below commit cccca9b54316a5d7065a58fe97f3eae9295579cf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 6 15:46:06 2020 +0200 Camel-AWS-Xray: Hamcrest is a test dependency --- components/camel-aws-xray/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-aws-xray/pom.xml b/components/camel-aws-xray/pom.xml index e4efeda..986679b 100644 --- a/components/camel-aws-xray/pom.xml +++ b/components/camel-aws-xray/pom.xml @@ -85,6 +85,7 @@ <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId>