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 2010/05/26 18:04:43 UTC

svn commit: r948486 - in /cxf/branches/2.0.x-fixes: parent/pom.xml systests/pom.xml

Author: dkulp
Date: Wed May 26 16:04:42 2010
New Revision: 948486

URL: http://svn.apache.org/viewvc?rev=948486&view=rev
Log:
Get the 2.0.x branch building again

Modified:
    cxf/branches/2.0.x-fixes/parent/pom.xml
    cxf/branches/2.0.x-fixes/systests/pom.xml

Modified: cxf/branches/2.0.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=948486&r1=948485&r2=948486&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/parent/pom.xml Wed May 26 16:04:42 2010
@@ -127,6 +127,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
+                    <version>2.3</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf</groupId>

Modified: cxf/branches/2.0.x-fixes/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/systests/pom.xml?rev=948486&r1=948485&r2=948486&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/systests/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/systests/pom.xml Wed May 26 16:04:42 2010
@@ -292,6 +292,12 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
+            <artifactId>spring-aop</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
             <artifactId>${spring.mock}</artifactId>
             <version>${spring.version}</version>
         </dependency>
@@ -318,6 +324,12 @@
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <version>${servicemix.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jencks</groupId>
+                    <artifactId>jencks</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>