Author: coheigea
Date: Thu Jul 9 14:46:15 2009
New Revision: 792564
URL: http://svn.apache.org/viewvc?rev=792564&view=rev
Log:
[WSS-158] - Upgrade to BouncyCastle 1.43 now that it's in the maven central
repo.
Added:
webservices/wss4j/trunk/lib/bcprov-jdk14-1.43.jar (with props)
Removed:
webservices/wss4j/trunk/lib/bcprov-jdk14-140.jar
Modified:
webservices/wss4j/trunk/README.txt
webservices/wss4j/trunk/pom.xml
Modified: webservices/wss4j/trunk/README.txt
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=792564&r1=792563&r2=792564&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Thu Jul 9 14:46:15 2009
@@ -149,7 +149,7 @@
See: http://ws.apache.org/axis/
-bcprov-jdk14-140.jar
+bcprov-jdk14-1.43.jar
This is the BouncyCastle library that implements all necessary
encryption, hashing, certificate, and keystore functions. Without
this fantastic library WSS4J wouldn't work at all.
Added: webservices/wss4j/trunk/lib/bcprov-jdk14-1.43.jar
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/bcprov-jdk14-1.43.jar?rev=792564&view=auto
==============================================================================
Binary file - no diff available.
Propchange: webservices/wss4j/trunk/lib/bcprov-jdk14-1.43.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: webservices/wss4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=792564&r1=792563&r2=792564&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Thu Jul 9 14:46:15 2009
@@ -363,7 +363,7 @@
</activation>
<dependencies>
<dependency>
- <groupId>bouncycastle</groupId>
+ <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>${bcprov.jdk14.version}</version>
<scope>test</scope>
@@ -377,7 +377,7 @@
</activation>
<dependencies>
<dependency>
- <groupId>bouncycastle</groupId>
+ <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>${bcprov.jdk15.version}</version>
<scope>test</scope>
@@ -397,8 +397,8 @@
<xmlsec.version>1.4.2</xmlsec.version>
<opensaml.version>1.1</opensaml.version>
<xml.apis.version>1.3.03</xml.apis.version>
- <bcprov.jdk14.version>140</bcprov.jdk14.version>
- <bcprov.jdk15.version>140</bcprov.jdk15.version>
+ <bcprov.jdk14.version>1.43</bcprov.jdk14.version>
+ <bcprov.jdk15.version>1.43</bcprov.jdk15.version>
<commons.logging.version>1.1</commons.logging.version>
<xalan.version>2.7.1</xalan.version>
<xerces.version>2.9.1</xerces.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]