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 2012/04/03 17:52:53 UTC

svn commit: r1308991 - in /servicemix/smx4/bundles/trunk: avro-ipc-1.6.1/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 15:52:53 2012
New Revision: 1308991

URL: http://svn.apache.org/viewvc?rev=1308991&view=rev
Log:
[SMX4-1119] Fix warning messages in avro-ipc 1.6.1 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml?rev=1308991&r1=1308990&r2=1308991&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-ipc-1.6.1/pom.xml Tue Apr  3 15:52:53 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -40,17 +40,16 @@
         <pkgArtifactId>avro-ipc</pkgArtifactId>
         <pkgVersion>1.6.1</pkgVersion>
         <servicemix.osgi.export>
-            org.apache.avro.ipc*;version="${project.version}";-noimport:=true
+            org.apache.avro.ipc*;version="${project.version}";-noimport:=true;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !org.apache.avro.ipc*,
             javax.security*,
-            javax.servlet*;resolution:=optional,
             org.apache.avro*;version="[1.6,2)",
-            org.apache.velocity*;resultion:=optional,
+            javax.servlet*;resolution:=optional,
+            org.apache.velocity*;resolution:=optional,
             org.jboss.netty*;resolution:=optional,
             org.mortbay*;resolution:=optional,
-            *
+            org.slf4j;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=1308991&r1=1308990&r2=1308991&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 15:52:53 2012
@@ -68,6 +68,7 @@
         <module>avro-1.5.3</module>
         <module>avro-1.6.1</module>
         <module>avro-ipc-1.5.3</module>
+        <module>avro-ipc-1.6.1</module>
     </modules>
 
 </project>