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/13 10:56:37 UTC

svn commit: r1337815 - /servicemix/smx4/bundles/trunk/rome-1.0/pom.xml

Author: jbonofre
Date: Sun May 13 08:56:36 2012
New Revision: 1337815

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

Modified:
    servicemix/smx4/bundles/trunk/rome-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/rome-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rome-1.0/pom.xml?rev=1337815&r1=1337814&r2=1337815&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rome-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rome-1.0/pom.xml Sun May 13 08:56:36 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>
     
@@ -46,7 +46,8 @@
             org.jdom;resolution:=optional,
             org.jdom.input;resolution:=optional,
             org.jdom.output;resolution:=optional,
-            *
+            org.w3c.dom,
+            org.xml.sax
         </servicemix.osgi.import.pkg>
     </properties>