Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 679fe95af -> 24f4557f8
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/24f4557f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/24f4557f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/24f4557f Branch: refs/heads/3.0.x-fixes Commit: 24f4557f8be188776e8ba027cf3ddb62349241e7 Parents: 679fe95 Author: Sergey Beryozkin <[email protected]> Authored: Thu Nov 26 11:51:14 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Nov 26 11:55:55 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/24f4557f/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 3f670de..f855025 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>
