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 16:10:20 UTC

svn commit: r1336215 - /servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml

Author: jbonofre
Date: Wed May  9 14:10:20 2012
New Revision: 1336215

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

Modified:
    servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml?rev=1336215&r1=1336214&r2=1336215&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml Wed May  9 14:10:20 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>
     
@@ -44,7 +44,12 @@
         <servicemix.osgi.import.pkg>
             org.dom4j*;version="[1.6,2)",
             org.xmlpull*;version="[1.1.3.1,2)",
-            *
+            javax.xml.parsers,
+            javax.xml.stream,
+            org.apache.bcel*,
+            org.jdom,
+            org.w3c.dom,
+            org.apache.tools.ant*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>