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:06:21 UTC

svn commit: r702717 - /servicemix/components/engines/servicemix-script/trunk/pom.xml

Author: gnodet
Date: Tue Oct  7 23:06:19 2008
New Revision: 702717

URL: http://svn.apache.org/viewvc?rev=702717&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/engines/servicemix-script/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-script/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-script/trunk/pom.xml?rev=702717&r1=702716&r2=702717&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-script/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-script/trunk/pom.xml Tue Oct  7 23:06:19 2008
@@ -41,6 +41,11 @@
     <previous.releases>3.1.2,3.2,3.2.1</previous.releases>
     <servicemix-version>3.2.1</servicemix-version>
     <servicemix-shared-version>2008.01</servicemix-shared-version>
+    <servicemix.osgi.bundles>
+        org.springframework.bundle.spring.core,
+        org.springframework.bundle.spring.beans,
+        org.springframework.bundle.spring.context,
+    </servicemix.osgi.bundles>
   </properties>  
   
   <dependencies>