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/25 12:18:22 UTC

svn commit: r1545225 - /cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml

Author: ay
Date: Mon Nov 25 11:18:21 2013
New Revision: 1545225

URL: http://svn.apache.org/r1545225
Log:
Merged revisions 1544454 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1544454 | ay | 2013-11-22 10:53:27 +0100 (Fri, 22 Nov 2013) | 2 lines

  move xkms-itests to run after cxf-feature is built

........

Modified:
    cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml?rev=1545225&r1=1545224&r2=1545225&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/pom.xml Mon Nov 25 11:18:21 2013
@@ -54,6 +54,15 @@
             <type>xml</type>
         </dependency>
 
+	<!-- to force the karaf cxf feature to be available before testing -->
+        <dependency>
+            <groupId>org.apache.cxf.karaf</groupId>
+            <artifactId>apache-cxf</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>