Repository: cxf Updated Branches: refs/heads/3.1.x-fixes d5bfcb305 -> fe8951e0c
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/fe8951e0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fe8951e0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fe8951e0 Branch: refs/heads/3.1.x-fixes Commit: fe8951e0cbbff569db9cedc53e4b5a18ef8c9cb3 Parents: d5bfcb3 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:57 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/fe8951e0/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 e02160b..e9b63c3 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>
