Author: dkulp
Date: Mon Jan 27 20:02:23 2014
New Revision: 1561821
URL: http://svn.apache.org/r1561821
Log:
Merged revisions 1560521 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1560521 | dkulp | 2014-01-22 16:34:39 -0500 (Wed, 22 Jan 2014) | 2 lines
Add some dependencies for the features file so it gets "built" later in the
build so then the osgi paxexam based tests get run later.
........
Modified:
cxf/branches/2.7.x-fixes/osgi/karaf/features/pom.xml
Modified: cxf/branches/2.7.x-fixes/osgi/karaf/features/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/osgi/karaf/features/pom.xml?rev=1561821&r1=1561820&r2=1561821&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/osgi/karaf/features/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/osgi/karaf/features/pom.xml Mon Jan 27 20:02:23
2014
@@ -78,6 +78,25 @@
<version>${cxf.karaf.version}</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-ws-rm</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-ws-security</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>