You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/08 08:07:17 UTC

svn commit: r702724 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: gnodet
Date: Tue Oct  7 23:07:14 2008
New Revision: 702724

URL: http://svn.apache.org/viewvc?rev=702724&view=rev
Log:
SM-1619: When OSGi components are deployed in smx4 and an SA is deployed using the JBI packaging, the spring classes are not available

Modified:
    servicemix/components/bindings/servicemix-http/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=702724&r1=702723&r2=702724&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Tue Oct  7 23:07:14 2008
@@ -66,6 +66,11 @@
         org.apache.servicemix.http*;version=${project.version},
         META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.http
     </servicemix.osgi.export>
+    <servicemix.osgi.bundles>
+        org.springframework.bundle.spring.core,
+        org.springframework.bundle.spring.beans,
+        org.springframework.bundle.spring.context,
+    </servicemix.osgi.bundles>
   </properties>
 
   <dependencies>