Author: veithen
Date: Mon Jul 13 08:56:58 2009
New Revision: 793503

URL: http://svn.apache.org/viewvc?rev=793503&view=rev
Log:
Reduce the dependencies on the transports. No need to have all modules depend 
on the JMS and mail transports. Note that they are still included in the 
distribution and WAR.

Modified:
    synapse/trunk/java/modules/core/pom.xml
    synapse/trunk/java/modules/samples/pom.xml
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/pom.xml?rev=793503&r1=793502&r2=793503&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Mon Jul 13 08:56:58 2009
@@ -179,8 +179,19 @@
             <artifactId>synapse-nhttp-transport</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-jms</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-mail</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.synapse</groupId>
             <artifactId>synapse-vfs-transport</artifactId>
+            <scope>test</scope>
         </dependency>
         
         <!-- This is used by the CacheMediator. TODO: since axis2-saaj is 
based on

Modified: synapse/trunk/java/modules/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/samples/pom.xml?rev=793503&r1=793502&r2=793503&view=diff
==============================================================================
--- synapse/trunk/java/modules/samples/pom.xml (original)
+++ synapse/trunk/java/modules/samples/pom.xml Mon Jul 13 08:56:58 2009
@@ -418,6 +418,11 @@
             <artifactId>jruby-complete</artifactId>
             <version>${jruby.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jms_1.1_spec</artifactId>
+            <version>${jms-1.1-spec.version}</version>
+        </dependency>
         <!-- Rampart -->
         <dependency>
             <groupId>org.apache.rampart</groupId>

Modified: synapse/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=793503&r1=793502&r2=793503&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Jul 13 08:56:58 2009
@@ -479,17 +479,9 @@
         
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-transport-jms</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-local</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-transport-mail</artifactId>
-        </dependency>
 
 
         <!-- Axis2 -->


Reply via email to