You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/05/24 19:43:06 UTC

svn commit: r1127178 - in /cxf/branches/2.3.x-fixes: ./ systests/jaxrs/pom.xml

Author: dkulp
Date: Tue May 24 17:43:06 2011
New Revision: 1127178

URL: http://svn.apache.org/viewvc?rev=1127178&view=rev
Log:
Merged revisions 1124258 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1124258 | dkulp | 2011-05-18 09:32:50 -0400 (Wed, 18 May 2011) | 2 lines
  
  Move xalan to top of deps to make sure we grab it.  Fixes the tests on
  IBM JDK that don't work with the broken version in jaxp-ri
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml?rev=1127178&r1=1127177&r2=1127178&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml Tue May 24 17:43:06 2011
@@ -65,6 +65,10 @@
     </profiles>
     <dependencies>
         <dependency>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.abdera</groupId>
             <artifactId>abdera-core</artifactId>
             <version>${cxf.abdera.version}</version>
@@ -239,10 +243,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.aspectj</groupId>
             <artifactId>aspectjrt</artifactId>
             <version>1.5.4</version>