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