Repository: camel Updated Branches: refs/heads/master 7fa13486a -> fa3fdf375
CAMEL-10765: Remove unused oauth dependency from camel-cxf pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fa3fdf37 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fa3fdf37 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fa3fdf37 Branch: refs/heads/master Commit: fa3fdf3755e0d5a377e092214a21b90eac4467e4 Parents: 7fa1348 Author: Thomas Papke <thomas.pa...@icw.de> Authored: Mon Jan 30 16:49:07 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Jan 30 17:40:29 2017 +0100 ---------------------------------------------------------------------- components/camel-cxf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fa3fdf37/components/camel-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index af0b126..17ac343 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -115,7 +115,7 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-security-oauth</artifactId> + <artifactId>cxf-rt-rs-client</artifactId> <version>${cxf-version}</version> </dependency>