Author: ay
Date: Fri Nov 29 18:03:02 2013
New Revision: 1546617
URL: http://svn.apache.org/r1546617
Log:
Merged revisions 1546615 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1546615 | ay | 2013-11-29 18:58:54 +0100 (Fri, 29 Nov 2013) | 2 lines
move xkms-itests to run after karaf-commands 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=1546617&r1=1546616&r2=1546617&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 Fri Nov 29
18:03:02 2013
@@ -62,6 +62,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>