You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by co...@apache.org on 2008/10/16 12:56:01 UTC

svn commit: r705205 - in /webservices/wss4j/trunk: README.txt lib/serializer-2.7.0.jar lib/serializer-2.7.1.jar lib/xalan-2.7.0.jar lib/xalan-2.7.1.jar pom.xml

Author: coheigea
Date: Thu Oct 16 03:56:00 2008
New Revision: 705205

URL: http://svn.apache.org/viewvc?rev=705205&view=rev
Log:
[WSS-150] - Upgraded to XALAN 2.7.1
 - I also moved the groupId in the pom for the axis dependencies from "axis" to "org.apache.axis".
 - As part of this, I had to add dependencies on axis-jaxrpc and axis-saaj.

Added:
    webservices/wss4j/trunk/lib/serializer-2.7.1.jar   (with props)
    webservices/wss4j/trunk/lib/xalan-2.7.1.jar   (with props)
Removed:
    webservices/wss4j/trunk/lib/serializer-2.7.0.jar
    webservices/wss4j/trunk/lib/xalan-2.7.0.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=705205&r1=705204&r2=705205&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Thu Oct 16 03:56:00 2008
@@ -197,7 +197,7 @@
     
     See: http://ws.apache.org/axis/  under related projects
     
-xalan-2.7.0.jar
+xalan-2.7.1.jar
     Library that implements XML Path Language (XPath) and XSLT. The XML 
     Security implementation needs several functions of Xalan XPath.
    

Added: webservices/wss4j/trunk/lib/serializer-2.7.1.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/serializer-2.7.1.jar?rev=705205&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/lib/serializer-2.7.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/wss4j/trunk/lib/xalan-2.7.1.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/xalan-2.7.1.jar?rev=705205&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/lib/xalan-2.7.1.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=705205&r1=705204&r2=705205&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Thu Oct 16 03:56:00 2008
@@ -269,7 +269,7 @@
         <bcprov.jdk14.version>140</bcprov.jdk14.version>
         <bcprov.jdk15.version>140</bcprov.jdk15.version>
         <commons.logging.version>1.1</commons.logging.version>
-        <xalan.version>2.7.0</xalan.version>
+        <xalan.version>2.7.1</xalan.version>
         <xerces.version>2.8.1</xerces.version>
         <axis.version>1.4</axis.version>
         <junit.version>3.8.1</junit.version>
@@ -310,17 +310,27 @@
             <version>${opensaml.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>org.apache.axis</groupId>
             <artifactId>axis</artifactId>
             <version>${axis.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>org.apache.axis</groupId>
             <artifactId>axis-ant</artifactId>
             <version>${axis.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.axis</groupId>
+            <artifactId>axis-jaxrpc</artifactId>
+            <version>${axis.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis</groupId>
+            <artifactId>axis-saaj</artifactId>
+            <version>${axis.version}</version>
+        </dependency>
+        <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
             <version>${xalan.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org