This is an automated email from the ASF dual-hosted git repository. aldettinger 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 4579a71 Fixed some tests that need features spread accross core 4579a71 is described below commit 4579a71c4e2f10a5a245ad2c884e87a5529790e9 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu Jun 11 22:30:44 2020 +0200 Fixed some tests that need features spread accross core --- tests/camel-jmh/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-jmh/pom.xml b/tests/camel-jmh/pom.xml index f7eb09b..ab4821e 100644 --- a/tests/camel-jmh/pom.xml +++ b/tests/camel-jmh/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core-engine</artifactId> + <artifactId>camel-core</artifactId> <scope>test</scope> </dependency> <dependency>