Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 146d731c3 -> e5f57abcc
Using a parameterized Bouncy castle version property in the jose module Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e5f57abc Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e5f57abc Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e5f57abc Branch: refs/heads/3.0.x-fixes Commit: e5f57abcc73da822b1b823016e6b676c52843f3a Parents: 146d731 Author: Sergey Beryozkin <[email protected]> Authored: Fri Sep 19 15:38:44 2014 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Sep 19 15:39:47 2014 +0100 ---------------------------------------------------------------------- rt/rs/security/oauth-parent/oauth2-jwt/pom.xml | 2 +- systests/rs-security/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e5f57abc/rt/rs/security/oauth-parent/oauth2-jwt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2-jwt/pom.xml b/rt/rs/security/oauth-parent/oauth2-jwt/pom.xml index 69b05d0..f372d4c 100644 --- a/rt/rs/security/oauth-parent/oauth2-jwt/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2-jwt/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk15on</artifactId> - <version>1.50</version> + <version>${cxf.bcprov.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/e5f57abc/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index 6a70173..4e2b6cf 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -84,7 +84,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk15on</artifactId> - <version>1.50</version> + <version>${cxf.bcprov.version}</version> <scope>test</scope> </dependency> <dependency>
