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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 6d7dfa5 CAMEL-16170: Modularize camel-spring 6d7dfa5 is described below commit 6d7dfa5293c2a6b228ae938fd1693386cdacaadd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 11 14:11:34 2021 +0100 CAMEL-16170: Modularize camel-spring --- components/camel-blueprint/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index 3ef5d4f..4c45ebd 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -412,7 +412,7 @@ </artifactItem> <artifactItem> <groupId>org.apache.camel</groupId> - <artifactId>camel-spring</artifactId> + <artifactId>camel-spring-xml</artifactId> <version>${project.version}</version> <type>jar</type> <classifier>sources</classifier>