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:39:38 UTC

svn commit: r1336721 - /servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml

Author: jbonofre
Date: Thu May 10 14:39:38 2012
New Revision: 1336721

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

Modified:
    servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml?rev=1336721&r1=1336720&r2=1336721&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml Thu May 10 14:39:38 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>
 
@@ -40,7 +40,6 @@
         <pkgArtifactId>propertyset</pkgArtifactId>
         <pkgVersion>1.3</pkgVersion>
         <servicemix.osgi.import.pkg>
-            com.opensymphony*;version="[2.2.1,3)",
             javax.ejb*;resolution:=optional;version="[2,3)",
             javax.naming*;resolution:=optional,
             javax.rmi*;resolution:=optional,
@@ -49,7 +48,11 @@
             org.apache.commons.logging*;version="[1.1,2)",
             org.apache.ojb*;resolution:=optional,
             org.ofbiz*;resolution:=optional,
-            *
+            com.opensymphony*;version="[2.2.1,3)",
+            javax.xml.parsers,
+            javax.xml.transform,
+            org.w3c.dom,
+            org.xml.sax
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
             com.opensymphony.ejb*;version=${pkgVersion};-split-package:=merge-first,