Repository: cxf Updated Branches: refs/heads/master fd778c45b -> 22338d4ff
Updating the oidc pom to include jose-jaxrs Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/22338d4f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/22338d4f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/22338d4f Branch: refs/heads/master Commit: 22338d4ff5d2f85592eb2f6e15a3d0e0af153c54 Parents: fd778c4 Author: Sergey Beryozkin <[email protected]> Authored: Thu Nov 26 11:51:14 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Nov 26 11:51:14 2015 +0000 ---------------------------------------------------------------------- rt/rs/security/sso/oidc/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/22338d4f/rt/rs/security/sso/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml index 5692cd9..b71867d 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -36,6 +36,11 @@ <artifactId>cxf-rt-rs-security-oauth2</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-security-jose-jaxrs</artifactId> + <version>${project.version}</version> + </dependency> <!--test dependencies--> <dependency> <groupId>junit</groupId>
