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/06 08:55:38 UTC

svn commit: r1310193 - in /servicemix/smx4/bundles/trunk: commons-vfs-1.0/pom.xml pom.xml

Author: jbonofre
Date: Fri Apr  6 06:55:37 2012
New Revision: 1310193

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

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

Modified: servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml?rev=1310193&r1=1310192&r2=1310193&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml Fri Apr  6 06:55:37 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>
 
@@ -43,16 +43,15 @@
             org.apache.commons.vfs
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            javax.crypto,
+            javax.xml*,
+            org.w3c.dom,
             com.jcraft.jsch*;resolution:=optional;version="[0.1.23,2)",
-            org.apache.avalon.framework.logger*;resolution:=optional,
             org.apache.commons.collections*;resolution:=optional;version="[3.1,4)",
             org.apache.commons.httpclient*;resolution:=optional;version="[2.0.2,3)",
             org.apache.commons.logging*;version="[1.0,2)";resolution:=optional,
             org.apache.commons.net.ftp*;resolution:=optional;version="[1.4.1,2)",
-            org.apache.log4j*;resolution:=optional,
-            org.apache.tools.ant*;resolution:=optional;version="[1.6.2,2)",
-            javax.crypto,
-            *
+            org.apache.tools.ant*;resolution:=optional;version="[1.6.2,2)"
         </servicemix.osgi.import.pkg>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1310193&r1=1310192&r2=1310193&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Apr  6 06:55:37 2012
@@ -116,6 +116,7 @@
         <module>commons-pool-1.4</module>
         <module>commons-pool-1.5.4</module>
         <module>commons-validator-1.3.1</module>
+        <module>commons-vfs-1.0</module>
     </modules>
 
 </project>