Author: veithen
Date: Sun May 10 16:45:30 2015
New Revision: 1678577
URL: http://svn.apache.org/r1678577
Log:
Quick fix to prevent build failure caused by the deprecation of an Axiom API.
Modified:
synapse/trunk/java/modules/commons/pom.xml
Modified: synapse/trunk/java/modules/commons/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/commons/pom.xml?rev=1678577&r1=1678576&r2=1678577&view=diff
==============================================================================
--- synapse/trunk/java/modules/commons/pom.xml (original)
+++ synapse/trunk/java/modules/commons/pom.xml Sun May 10 16:45:30 2015
@@ -80,6 +80,11 @@
<artifactId>axis2-transport-base</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-compat</artifactId>
+ <version>${axiom.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-securevault</artifactId>
</dependency>