Author: ravi
Date: Wed Dec 28 04:56:11 2016
New Revision: 1776227
URL: http://svn.apache.org/viewvc?rev=1776227&view=rev
Log:
Fixing test failure, due to bundling axis2-json in distribution.
Modified:
synapse/trunk/java/modules/core/pom.xml
Modified: synapse/trunk/java/modules/core/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/pom.xml?rev=1776227&r1=1776226&r2=1776227&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Wed Dec 28 04:56:11 2016
@@ -319,6 +319,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-json</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.synapse</groupId>
<artifactId>synapse-vfs-transport</artifactId>
<scope>test</scope>