You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2011/01/31 14:11:41 UTC

svn commit: r1065592 - /cxf/trunk/rt/transports/http-osgi/pom.xml

Author: cschneider
Date: Mon Jan 31 13:11:40 2011
New Revision: 1065592

URL: http://svn.apache.org/viewvc?rev=1065592&view=rev
Log:
Added reference to spring osgi as it is used in the spring context

Modified:
    cxf/trunk/rt/transports/http-osgi/pom.xml

Modified: cxf/trunk/rt/transports/http-osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-osgi/pom.xml?rev=1065592&r1=1065591&r2=1065592&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http-osgi/pom.xml (original)
+++ cxf/trunk/rt/transports/http-osgi/pom.xml Mon Jan 31 13:11:40 2011
@@ -32,7 +32,6 @@
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
-
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -60,6 +59,14 @@
             <artifactId>${cxf.servlet-api.artifact}</artifactId>
             <scope>provided</scope>
         </dependency>
+        
+        <!-- Optional as http osgi could also be used without spring  -->
+		<dependency>
+			<groupId>org.springframework.osgi</groupId>
+			<artifactId>spring-osgi-core</artifactId>
+			<version>1.2.1</version>
+			<optional>true</optional>
+		</dependency>
 
         <dependency>
             <groupId>junit</groupId>