Author: veithen
Date: Tue Jul 14 11:03:49 2009
New Revision: 793852
URL: http://svn.apache.org/viewvc?rev=793852&view=rev
Log:
Added synapse-vfs-transport as an explicit dependency of the distribution and
the WAR. Fixes a problem introduced by r793503.
Modified:
synapse/trunk/java/modules/distribution/pom.xml
synapse/trunk/java/modules/war/pom.xml
Modified: synapse/trunk/java/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution/pom.xml?rev=793852&r1=793851&r2=793852&view=diff
==============================================================================
--- synapse/trunk/java/modules/distribution/pom.xml (original)
+++ synapse/trunk/java/modules/distribution/pom.xml Tue Jul 14 11:03:49 2009
@@ -124,6 +124,10 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-mail</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.synapse</groupId>
+ <artifactId>synapse-vfs-transport</artifactId>
+ </dependency>
<dependency>
<groupId>com.oopsconsultancy</groupId>
Modified: synapse/trunk/java/modules/war/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/war/pom.xml?rev=793852&r1=793851&r2=793852&view=diff
==============================================================================
--- synapse/trunk/java/modules/war/pom.xml (original)
+++ synapse/trunk/java/modules/war/pom.xml Tue Jul 14 11:03:49 2009
@@ -70,6 +70,10 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-mail</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.synapse</groupId>
+ <artifactId>synapse-vfs-transport</artifactId>
+ </dependency>
<!-- The patches -->
<dependency>