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 10:28:19 UTC

svn commit: r1340028 - /servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml

Author: jbonofre
Date: Fri May 18 08:28:18 2012
New Revision: 1340028

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

Modified:
    servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml?rev=1340028&r1=1340027&r2=1340028&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlresolver-1.2/pom.xml Fri May 18 08:28:18 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>
 
@@ -42,7 +42,12 @@
             org.apache.xml.resolver
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            *
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.sax,
+            org.w3c.dom,
+            org.xml.sax,
+            org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg />
     </properties>