Repository: cxf Updated Branches: refs/heads/3.0.x-fixes d8768dbe5 -> 5d217b142
Updating oauth2 jose dependency Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5d217b14 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5d217b14 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5d217b14 Branch: refs/heads/3.0.x-fixes Commit: 5d217b1425ae8a16509c9b7afe57994259c3d5ca Parents: d8768db Author: Sergey Beryozkin <[email protected]> Authored: Tue Oct 13 12:39:08 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Tue Oct 13 12:41:30 2015 +0100 ---------------------------------------------------------------------- rt/rs/security/oauth-parent/oauth2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5d217b14/rt/rs/security/oauth-parent/oauth2/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml index a0299ed..5c9745b 100644 --- a/rt/rs/security/oauth-parent/oauth2/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2/pom.xml @@ -44,7 +44,7 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-security-jose-core</artifactId> + <artifactId>cxf-rt-rs-security-jose</artifactId> <version>${project.version}</version> </dependency> <dependency>
