Author: veithen
Date: Fri Apr  3 21:14:49 2009
New Revision: 761798

URL: http://svn.apache.org/viewvc?rev=761798&view=rev
Log:
Moved axis2-saaj dependency from the parent POM to core.

Modified:
    synapse/trunk/java/modules/core/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=761798&r1=761797&r2=761798&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Fri Apr  3 21:14:49 2009
@@ -240,6 +240,14 @@
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
         </dependency>
+
+        <!-- This is used by the CacheMediator. TODO: since axis2-saaj is 
based on
+             Axiom, it should not be necessary to rely on SAAJ and we should 
try
+             to eliminate this dependency. -->
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-saaj</artifactId>
+        </dependency>
         
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: synapse/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=761798&r1=761797&r2=761798&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Fri Apr  3 21:14:49 2009
@@ -525,10 +525,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-saaj</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-mtompolicy</artifactId>
         </dependency>
 


Reply via email to