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 2009/06/19 19:57:24 UTC

svn commit: r786604 - /servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml

Author: gnodet
Date: Fri Jun 19 17:57:24 2009
New Revision: 786604

URL: http://svn.apache.org/viewvc?rev=786604&view=rev
Log:
Fix mina bundle osgi manifest

Modified:
    servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml?rev=786604&r1=786603&r2=786604&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml Fri Jun 19 17:57:24 2009
@@ -43,8 +43,10 @@
             org.apache.mina
 	    </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            !org.apache.mina*,
             com.jcraft.jzlib*;resolution:=optional,
             net.gleamynode.netty2*;resolution:=optional,
+            org.springframework*;version="[2.0,3.0)";resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>