Author: coheigea
Date: Mon Aug 27 15:55:12 2012
New Revision: 1377721
URL: http://svn.apache.org/viewvc?rev=1377721&view=rev
Log:
Upgraded BouncyCastle version
Modified:
cxf/trunk/parent/pom.xml
cxf/trunk/rt/ws/security/pom.xml
cxf/trunk/systests/rs-security/pom.xml
cxf/trunk/systests/ws-security/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1377721&r1=1377720&r2=1377721&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Aug 27 15:55:12 2012
@@ -1312,8 +1312,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
- <version>1.45</version>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>1.47</version>
</dependency>
<dependency>
Modified: cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=1377721&r1=1377720&r2=1377721&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Mon Aug 27 15:55:12 2012
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
+ <artifactId>bcprov-jdk15on</artifactId>
<scope>provided</scope>
</dependency>
Modified: cxf/trunk/systests/rs-security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/rs-security/pom.xml?rev=1377721&r1=1377720&r2=1377721&view=diff
==============================================================================
--- cxf/trunk/systests/rs-security/pom.xml (original)
+++ cxf/trunk/systests/rs-security/pom.xml Mon Aug 27 15:55:12 2012
@@ -198,7 +198,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
+ <artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
Modified: cxf/trunk/systests/ws-security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/pom.xml?rev=1377721&r1=1377720&r2=1377721&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/pom.xml (original)
+++ cxf/trunk/systests/ws-security/pom.xml Mon Aug 27 15:55:12 2012
@@ -197,7 +197,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
+ <artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>