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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 8b4c3c6 camel-spring-boot only need camel-core-catalog
8b4c3c6 is described below
commit 8b4c3c65afda38582da9e9471edb90f0d791c1a3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 6 14:40:03 2020 +0200
camel-spring-boot only need camel-core-catalog
---
core/camel-spring-boot/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml
index d73a594..714d48d 100644
--- a/core/camel-spring-boot/pom.xml
+++ b/core/camel-spring-boot/pom.xml
@@ -80,7 +80,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-catalog</artifactId>
+ <artifactId>camel-core-catalog</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>