This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 06ac5bd2 Update CXF dependencies for OSGi tests
06ac5bd2 is described below
commit 06ac5bd2d95c3b86dbdc17a22e483f0090d1b235
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Jul 2 19:57:36 2022 +0200
Update CXF dependencies for OSGi tests
---
tests/camel-itest-osgi/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index 83d4bd5b..9230ae92 100644
--- a/tests/camel-itest-osgi/pom.xml
+++ b/tests/camel-itest-osgi/pom.xml
@@ -78,7 +78,12 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf</artifactId>
+ <artifactId>camel-cxf-common</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cxf-soap</artifactId>
<scope>test</scope>
</dependency>
</dependencies>