Repository: camel Updated Branches: refs/heads/master cba859770 -> eab3dee9c
CAMEL-9090: change scope to test for cxf-rt-features-clustering Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/eab3dee9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eab3dee9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/eab3dee9 Branch: refs/heads/master Commit: eab3dee9c2f2d53fe9fc8268b907e697f324ea45 Parents: cba8597 Author: Claus Ibsen <[email protected]> Authored: Fri Aug 21 08:03:06 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Fri Aug 21 08:03:06 2015 +0200 ---------------------------------------------------------------------- tests/camel-blueprint-cxf-test/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/eab3dee9/tests/camel-blueprint-cxf-test/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml index f216a1a..2bd0bb9 100644 --- a/tests/camel-blueprint-cxf-test/pom.xml +++ b/tests/camel-blueprint-cxf-test/pom.xml @@ -123,6 +123,12 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-features-clustering</artifactId> + <version>${cxf-version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> <version>${cxf-version}</version> <scope>test</scope>
