Repository: cxf Updated Branches: refs/heads/master 4aa68b28a -> 14d5af770
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/14d5af77 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/14d5af77 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/14d5af77 Branch: refs/heads/master Commit: 14d5af770f707d56913903878878bbd6ca44c12e Parents: 4aa68b2 Author: Sergey Beryozkin <[email protected]> Authored: Fri Sep 19 15:38:44 2014 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Sep 19 15:38:44 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/14d5af77/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 b6b2daa..cc51bad 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/14d5af77/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index bb43289..c35e0c2 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -83,7 +83,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>
