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/11/26 15:31:32 UTC

svn commit: r720884 - /servicemix/components/engines/servicemix-scripting/trunk/pom.xml

Author: gnodet
Date: Wed Nov 26 06:31:31 2008
New Revision: 720884

URL: http://svn.apache.org/viewvc?rev=720884&view=rev
Log:
SM-1622: add an optional import on sun.misc for all components

Modified:
    servicemix/components/engines/servicemix-scripting/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-scripting/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-scripting/trunk/pom.xml?rev=720884&r1=720883&r2=720884&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-scripting/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-scripting/trunk/pom.xml Wed Nov 26 06:31:31 2008
@@ -54,7 +54,7 @@
       org.apache.xbean.spring.context.v2,
       org.springframework.beans.factory.xml,
       com.google.code.scriptengines.groovy;resolution:=optional,
-      META-INF.services;resolution:=optional,
+      sun.misc;resolution:=optional,
       *
     </servicemix.osgi.import>
     <servicemix.osgi.export>
@@ -62,6 +62,7 @@
       META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.scripting
     </servicemix.osgi.export>
     <servicemix.osgi.bundles>
+        org.apache.servicemix.bundles.jaxp-ri,
         org.springframework.bundle.spring.core,
         org.springframework.bundle.spring.beans,
         org.springframework.bundle.spring.context,