You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2014/02/28 14:21:24 UTC

svn commit: r1572941 - in /servicemix/smx4/bundles/trunk: avro-1.7.5/pom.xml avro-1.7.6/pom.xml pom.xml

Author: jbonofre
Date: Fri Feb 28 13:21:24 2014
New Revision: 1572941

URL: http://svn.apache.org/r1572941
Log:
[SMX4-1709] Set sun.misc as optional in avro bundles

Modified:
    servicemix/smx4/bundles/trunk/avro-1.7.5/pom.xml
    servicemix/smx4/bundles/trunk/avro-1.7.6/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/avro-1.7.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-1.7.5/pom.xml?rev=1572941&r1=1572940&r2=1572941&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-1.7.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-1.7.5/pom.xml Fri Feb 28 13:21:24 2014
@@ -45,9 +45,10 @@
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             com.thoughtworks.paranamer;version="[2.3,3)",
+            org.apache.commons.compress*,
             org.codehaus.jackson*;version="[1.8,2)",
             org.xerial.snappy;version="[1.0,2)",
-            *
+            sun.misc;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/avro-1.7.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-1.7.6/pom.xml?rev=1572941&r1=1572940&r2=1572941&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-1.7.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-1.7.6/pom.xml Fri Feb 28 13:21:24 2014
@@ -45,9 +45,11 @@
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             com.thoughtworks.paranamer;version="[2.3,3)",
+            org.apache.commons.compress*,
             org.codehaus.jackson*;version="[1.8,2)",
+            org.slf4j;resolution:=optional,
             org.xerial.snappy;version="[1.0,2)",
-            *
+            sun.misc;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1572941&r1=1572940&r2=1572941&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Feb 28 13:21:24 2014
@@ -96,6 +96,8 @@
         <module>spring-webmvc-portlet-3.2.8.RELEASE</module>
         <module>spring-ldap-2.0.1.RELEASE</module>
         <module>elasticsearch-1.0.1</module>
+        <module>avro-1.7.5</module>
+        <module>avro-1.7.6</module>
     </modules>
 
 </project>