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
commit cc701d09969efce690aa21019dc445f1212df9d5 Author: Gregor Zurowski <[email protected]> AuthorDate: Sat Jul 2 19:45:41 2022 +0200 Update CXF dependencies --- tests/camel-blueprint-cxf-test/pom.xml | 36 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml index c201af3a..70ff9190 100644 --- a/tests/camel-blueprint-cxf-test/pom.xml +++ b/tests/camel-blueprint-cxf-test/pom.xml @@ -83,33 +83,21 @@ <artifactId>camel-test-blueprint</artifactId> <scope>test</scope> </dependency> - <!-- exclude bluerprint from camel-cxf as we have them already from camel-blueprint - and we need to avoid duplicate JARs in the classpath as then blueprint start up twice --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-cxf</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.aries.blueprint</groupId> - <artifactId>org.apache.aries.blueprint.core</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.aries.blueprint</groupId> - <artifactId>org.apache.aries.blueprint.api</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.aries.quiesce</groupId> - <artifactId>org.apache.aries.quiesce.api</artifactId> - </exclusion> - <!-- exclude additional unneeded components --> - <exclusion> - <groupId>org.apache.camel</groupId> - <artifactId>camel-spring</artifactId> - </exclusion> - </exclusions> + <artifactId>camel-cxf-common</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cxf-rest</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cxf-soap</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> @@ -216,4 +204,4 @@ </build> </profile> </profiles> -</project> +</project> \ No newline at end of file
