Author: veithen Date: Mon Apr 30 21:11:30 2012 New Revision: 1332397 URL: http://svn.apache.org/viewvc?rev=1332397&view=rev Log: No need to have a dependency on axis2-json if we have no corresponding integration tests.
Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=1332397&r1=1332396&r2=1332397&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/integration/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/integration/pom.xml Mon Apr 30 21:11:30 2012 @@ -98,11 +98,6 @@ </dependency> <dependency> <groupId>org.apache.axis2</groupId> - <artifactId>axis2-json</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> <artifactId>axis2-kernel</artifactId> <version>${project.version}</version> </dependency>