You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2009/05/07 06:36:08 UTC

svn commit: r772497 - /synapse/trunk/java/modules/transports/core/vfs/pom.xml

Author: hiranya
Date: Thu May  7 04:36:07 2009
New Revision: 772497

URL: http://svn.apache.org/viewvc?rev=772497&view=rev
Log:
Fixing a version issue in the bundle import that prevents the clean startup of the VFS sender


Modified:
    synapse/trunk/java/modules/transports/core/vfs/pom.xml

Modified: synapse/trunk/java/modules/transports/core/vfs/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/core/vfs/pom.xml?rev=772497&r1=772496&r2=772497&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/core/vfs/pom.xml (original)
+++ synapse/trunk/java/modules/transports/core/vfs/pom.xml Thu May  7 04:36:07 2009
@@ -52,6 +52,8 @@
                         <Import-Package>
                             !javax.xml.namespace,
                             javax.xml.namespace; version=0.0.0,
+                            !org.apache.commons.io.output,
+                            org.apache.commons.io.output; version=0.0.0,
                             *; resolution:=optional
                         </Import-Package>
                     </instructions>
@@ -174,4 +176,4 @@
             <version>${commons_io.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>