You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2013/11/29 18:58:54 UTC

svn commit: r1546615 - /cxf/trunk/services/xkms/xkms-itests/pom.xml

Author: ay
Date: Fri Nov 29 17:58:54 2013
New Revision: 1546615

URL: http://svn.apache.org/r1546615
Log:
move xkms-itests to run after karaf-commands is built

Modified:
    cxf/trunk/services/xkms/xkms-itests/pom.xml

Modified: cxf/trunk/services/xkms/xkms-itests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-itests/pom.xml?rev=1546615&r1=1546614&r2=1546615&view=diff
==============================================================================
--- cxf/trunk/services/xkms/xkms-itests/pom.xml (original)
+++ cxf/trunk/services/xkms/xkms-itests/pom.xml Fri Nov 29 17:58:54 2013
@@ -55,6 +55,13 @@
             <type>pom</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.karaf</groupId>
+            <artifactId>cxf-karaf-commands</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>