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/10 19:01:39 UTC

svn commit: r1311868 - /servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml

Author: jbonofre
Date: Tue Apr 10 17:01:39 2012
New Revision: 1311868

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

Modified:
    servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml?rev=1311868&r1=1311867&r2=1311868&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/flatpack-3.2.0/pom.xml Tue Apr 10 17:01:39 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>
 
@@ -43,10 +43,10 @@
             net.sf.flatpack
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            org.xml.sax,
             jxl*;resolution:=optional;version="[2.4.2,3)",
             org.jdom*;resolution:=optional;version="[1.0,2)",
-            org.slf4j*;resolution:=optional;version="[1.1,2)",
-            *
+            org.slf4j*;resolution:=optional;version="[1.1,2)"
         </servicemix.osgi.import.pkg>
     </properties>