This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 75d6f6160658cfc8a7eaa71eb96d1d67be3232d3 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Apr 26 14:03:37 2020 +0200 camel-package-maven-plugin: AssertJ dependency should have test scope. --- tooling/maven/camel-package-maven-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml index fedb386..0481955 100644 --- a/tooling/maven/camel-package-maven-plugin/pom.xml +++ b/tooling/maven/camel-package-maven-plugin/pom.xml @@ -174,6 +174,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> + <scope>test</scope> </dependency> </dependencies>
