Author: ffang
Date: Tue Jul 16 09:33:46 2013
New Revision: 1503628

URL: http://svn.apache.org/r1503628
Log:
[SMX4-1477]mark more packages as optional

Modified:
    servicemix/smx4/bundles/trunk/mustache-compiler-0.8.12/pom.xml

Modified: servicemix/smx4/bundles/trunk/mustache-compiler-0.8.12/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mustache-compiler-0.8.12/pom.xml?rev=1503628&r1=1503627&r2=1503628&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mustache-compiler-0.8.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mustache-compiler-0.8.12/pom.xml Tue Jul 16 
09:33:46 2013
@@ -44,8 +44,12 @@
             com.github.mustachejava*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            *,
+            com.google.common.base;version="[13.0,15.0)",
+            com.google.common.cache;version="[13.0,15.0)",
+            com.google.common.util.concurrent;version="[13.0,15.0)",
             com.twitter.util;resolution:=optional,
+            org.jruby.*;resolution:=optional,
+            scala*;resolution:=optional,
         </servicemix.osgi.import.pkg>
     </properties>
 


Reply via email to