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 2014/01/22 22:34:39 UTC

svn commit: r1560521 - /cxf/trunk/osgi/karaf/features/pom.xml

Author: dkulp
Date: Wed Jan 22 21:34:39 2014
New Revision: 1560521

URL: http://svn.apache.org/r1560521
Log:
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/trunk/osgi/karaf/features/pom.xml

Modified: cxf/trunk/osgi/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/pom.xml?rev=1560521&r1=1560520&r2=1560521&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/pom.xml (original)
+++ cxf/trunk/osgi/karaf/features/pom.xml Wed Jan 22 21:34:39 2014
@@ -72,6 +72,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>
         <resources>