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 2012/04/06 16:44:18 UTC

svn commit: r1310358 - /cxf/branches/2.5.x-fixes/testutils/pom.xml

Author: dkulp
Date: Fri Apr  6 14:44:18 2012
New Revision: 1310358

URL: http://svn.apache.org/viewvc?rev=1310358&view=rev
Log:
fix compile failure

Modified:
    cxf/branches/2.5.x-fixes/testutils/pom.xml

Modified: cxf/branches/2.5.x-fixes/testutils/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/testutils/pom.xml?rev=1310358&r1=1310357&r2=1310358&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/testutils/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/testutils/pom.xml Fri Apr  6 14:44:18 2012
@@ -49,6 +49,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-core</artifactId>
             <scope>provided</scope>