This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b0cbe68 CAMEL-9627: camel-cxf splitup
b0cbe68 is described below
commit b0cbe68fc720c44d5744a3e9cb65d072df9c3f36
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 14:48:18 2022 +0200
CAMEL-9627: camel-cxf splitup
---
examples/camel-example-cxf-blueprint/pom.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/examples/camel-example-cxf-blueprint/pom.xml
b/examples/camel-example-cxf-blueprint/pom.xml
index 9aa432b..a02d0db 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -59,13 +59,11 @@
</dependencyManagement>
<dependencies>
+
<dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf</artifactId>
+ <groupId>org.apache.camel.karaf</groupId>
+ <artifactId>camel-cxf-blueprint</artifactId>
+ <version>${camel.version}</version>
</dependency>
<!-- logging -->