Repository: camel Updated Branches: refs/heads/master 7eef2d129 -> 9f88bcb1d
CAMEL-6568: Fixed Java8 integration test jaxb issue due to unused dependency Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9f88bcb1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9f88bcb1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9f88bcb1 Branch: refs/heads/master Commit: 9f88bcb1d3c04e5385982f37159e7d296ee6a221 Parents: 7eef2d1 Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Wed Jul 23 13:29:42 2014 -0700 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Wed Jul 23 13:29:42 2014 -0700 ---------------------------------------------------------------------- components/camel-linkedin/camel-linkedin-api/pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9f88bcb1/components/camel-linkedin/camel-linkedin-api/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml b/components/camel-linkedin/camel-linkedin-api/pom.xml index 1d47855..9ef96ad 100644 --- a/components/camel-linkedin/camel-linkedin-api/pom.xml +++ b/components/camel-linkedin/camel-linkedin-api/pom.xml @@ -57,11 +57,6 @@ <version>${cxf-version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-tools-wadlto-jaxrs</artifactId> - <version>${cxf-version}</version> - </dependency> - <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> <version>${htmlunit-version}</version> @@ -99,6 +94,14 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> +<!-- For debugging wadltojava + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wadlto-jaxrs</artifactId> + <version>${cxf-version}</version> + <scope>test<scope> + </dependency> +--> </dependencies> <build>