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 1100714 Polished
1100714 is described below
commit 110071428505571d8956f8a49c2e2d81b00e81c6
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 24 14:59:44 2020 +0100
Polished
---
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 5226d40..09980ef 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</artifactId>
+ <artifactId>camel-core-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>