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/18 15:32:50 UTC

svn commit: r1124258 - /cxf/trunk/systests/jaxrs/pom.xml

Author: dkulp
Date: Wed May 18 13:32:50 2011
New Revision: 1124258

URL: http://svn.apache.org/viewvc?rev=1124258&view=rev
Log:
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/trunk/systests/jaxrs/pom.xml

Modified: cxf/trunk/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1124258&r1=1124257&r2=1124258&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Wed May 18 13:32:50 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>
@@ -233,10 +237,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>