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 17:48:07 UTC

svn commit: r1311799 - /servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml

Author: jbonofre
Date: Tue Apr 10 15:48:07 2012
New Revision: 1311799

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

Modified:
    servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml?rev=1311799&r1=1311798&r2=1311799&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/fastinfoset-1.2.7/pom.xml Tue Apr 10 15:48:07 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>
 
@@ -39,13 +39,17 @@
         <pkgGroupId>com.sun.xml.fastinfoset</pkgGroupId>
         <pkgArtifactId>FastInfoset</pkgArtifactId>
         <pkgVersion>1.2.7</pkgVersion>
-        <servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
             org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first,
             com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export.pkg>
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            javax.xml.stream*;version="[1,2)",
-            *
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.transform*,
+            org.w3c.dom,
+            org.xml.sax*,
+            javax.xml.stream*;version="[1,2)"
         </servicemix.osgi.import.pkg>
     </properties>