You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/09/30 00:32:25 UTC

svn commit: r1527417 - in /tuscany/sca-java-2.x/branches/2.0: distribution/all/src/main/release/bin/ modules/binding-ws-runtime-axis2/ modules/implementation-bpel-runtime/ samples/getting-started/helloworld-webapp/ testing/itest/properties/ testing/ite...

Author: lresende
Date: Sun Sep 29 22:32:25 2013
New Revision: 1527417

URL: http://svn.apache.org/r1527417
Log:
Update xalan version to 2.7.1 to avoid duplicated jars on distribution

Modified:
    tuscany/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE
    tuscany/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
    tuscany/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml
    tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
    tuscany/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml
    tuscany/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml

Modified: tuscany/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE (original)
+++ tuscany/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE Sun Sep 29 22:32:25 2013
@@ -296,6 +296,7 @@ The following components come under Apac
  rampart-policy-1.5.1.jar 
  rampart-trust-1.5.1.jar 
  regexp-1.3.jar
+ serializer-2.7.1.jar
  spring-aop-3.0.5.RELEASE.jar
  spring-asm-3.0.5.RELEASE.jar
  spring-beans-3.0.5.RELEASE.jar
@@ -313,7 +314,7 @@ The following components come under Apac
  wink-client-apache-httpclient-1.2.0-incubating.jar
  wink-server-1.2.0-incubating.jar 
  wss4j-1.5.11.jar
- xalan-2.7.0.jar
+ xalan-2.7.1.jar
  xercesImpl-2.8.1.jar
  xmlbeans-2.3.0.jar
  XmlSchema-1.4.3.jar

Modified: tuscany/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml Sun Sep 29 22:32:25 2013
@@ -201,7 +201,7 @@
            <artifactId>wss4j</artifactId>
            <version>1.5.11</version>
         </dependency>
-
+                
         <!--  replace the Rampart xmlsec with the version Tuscany is using -->
         <dependency>
             <groupId>org.apache.santuario</groupId>

Modified: tuscany/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml Sun Sep 29 22:32:25 2013
@@ -335,7 +335,7 @@
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
+            <version>2.7.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>xml-apis</groupId>

Modified: tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml Sun Sep 29 22:32:25 2013
@@ -80,11 +80,11 @@
          </exclusions>        
       </dependency>
 
-      <!-- replace HTMLUnit dependency with verstion that Tuscany is using -->
+      <!-- replace xalan dependency with verstion that Tuscany is using -->
       <dependency>
           <groupId>xalan</groupId>
           <artifactId>xalan</artifactId>
-          <version>2.7.0</version>
+          <version>2.7.1</version>
           <scope>test</scope>
           <exclusions>
              <exclusion>

Modified: tuscany/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml Sun Sep 29 22:32:25 2013
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
+            <version>2.7.1</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml?rev=1527417&r1=1527416&r2=1527417&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml Sun Sep 29 22:32:25 2013
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
+            <version>2.7.1</version>
         </dependency>       
     </dependencies>