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/10 16:03:35 UTC

svn commit: r1336701 - /servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml

Author: jbonofre
Date: Thu May 10 14:03:35 2012
New Revision: 1336701

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

Modified:
    servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml

Modified: servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml?rev=1336701&r1=1336700&r2=1336701&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml Thu May 10 14:03:35 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>
 
@@ -50,7 +50,13 @@
             org.apache.log4j*;resolution:=optional;version="[1.2.8,2)",
             org.apache.xalan.serialize*;resolution:=optional;version="[2.4,3)",
             org.apache.xpath*;resolution:=optional;version="[2.4,3)",
-            *
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.stream,
+            org.w3c.dom,
+            org.xml.sax,
+            org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
             com.opensymphony