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/05/18 08:09:48 UTC

svn commit: r1339989 - /servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml

Author: jbonofre
Date: Fri May 18 06:09:48 2012
New Revision: 1339989

URL: http://svn.apache.org/viewvc?rev=1339989&view=rev
Log:
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml?rev=1339989&r1=1339988&r2=1339989&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xalan-serializer-2.7.1/pom.xml Fri May 18 06:09:48 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,12 +39,18 @@
         <pkgGroupId>xalan</pkgGroupId>
         <pkgArtifactId>serializer</pkgArtifactId>
         <pkgVersion>2.7.1</pkgVersion>
-        <servicemix.osgi.import.pkg>
-          *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
           org.apache.xml.serializer
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+          javax.xml.transform,
+          org.w3c.dom,
+          org.w3c.dom.ls,
+          org.w3c.dom.traversal,
+          org.xml.sax,
+          org.xml.sax.ext,
+          org.xml.sax.helpers
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>