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/04/07 10:42:33 UTC

svn commit: r1310698 - /servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml

Author: jbonofre
Date: Sat Apr  7 08:42:32 2012
New Revision: 1310698

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

Modified:
    servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml?rev=1310698&r1=1310697&r2=1310698&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml Sat Apr  7 08:42:32 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,22 +44,15 @@
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             javax.management,
-            javax.xml.datatype,
-            javax.xml.parsers,
-            org.apache.commons.beanutils;version="[1.7,2)",
-            org.apache.commons.beanutils.converters;version="[1.7,2)",
-            org.apache.commons.collections;version="3.2",
-            org.apache.commons.collections.map;version="3.2",
-            org.apache.commons.collections.set;version="3.2",
-            org.apache.commons.lang;version="2.4",
-            org.apache.commons.lang.builder;version="2.4",
-            org.apache.commons.logging;resolution:=optional,
+            javax.xml*,
+            org.apache.commons.beanutils*;version="[1.7,2)",
+            org.apache.commons.collections*;version="[3.2,4)",
+            org.apache.commons.lang*;version="[2.4,3)",
             org.springframework.beans.factory,
             org.springframework.core.io,
             org.w3c.dom,
-            org.xml.sax,
-            org.xml.sax.helpers,
-            *
+            org.xml.sax*,
+            org.apache.commons.logging;resolution:=optional,
         </servicemix.osgi.import.pkg>
     </properties>