Author: coheigea
Date: Thu Jul  9 16:03:53 2009
New Revision: 792594

URL: http://svn.apache.org/viewvc?rev=792594&view=rev
Log:
[WSS-158] - Backporting.

Added:
    webservices/wss4j/branches/1_5_x-fixes/lib/bcprov-jdk14-1.43.jar
      - copied unchanged from r792564, 
webservices/wss4j/trunk/lib/bcprov-jdk14-1.43.jar
Removed:
    webservices/wss4j/branches/1_5_x-fixes/lib/bcprov-jdk14-140.jar
Modified:
    webservices/wss4j/branches/1_5_x-fixes/README.txt
    webservices/wss4j/branches/1_5_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/README.txt
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/README.txt?rev=792594&r1=792593&r2=792594&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/README.txt (original)
+++ webservices/wss4j/branches/1_5_x-fixes/README.txt Thu Jul  9 16:03:53 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.

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=792594&r1=792593&r2=792594&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Thu Jul  9 16:03:53 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>
@@ -399,8 +399,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.8.1</xerces.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to