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/09 11:35:50 UTC

svn commit: r1336031 - /servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml

Author: jbonofre
Date: Wed May  9 09:35:49 2012
New Revision: 1336031

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

Modified:
    servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml?rev=1336031&r1=1336030&r2=1336031&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jaxen-1.1.1/pom.xml Wed May  9 09:35:49 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,12 @@
             org.jaxen
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            javax.xml.parsers,
+            org.w3c.dom,
+            org.xml.sax,
             nu.xom*;resolution:=optional;version="[1.1,2)",
             org.dom4j*;resolution:=optional;version="[1.6.1,2)",
-            org.jdom*;resolution:=optional;version="[1.0,2)",
-            *
+            org.jdom*;resolution:=optional;version="[1.0,2)"
         </servicemix.osgi.import.pkg>
     </properties>