Author: veithen Date: Mon Oct 2 20:42:57 2017 New Revision: 1810596 URL: http://svn.apache.org/viewvc?rev=1810596&view=rev Log: Break dependency between axis2-fastinfoset and axis2-java2wsdl.
Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=1810596&r1=1810595&r2=1810596&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Mon Oct 2 20:42:57 2017 @@ -65,6 +65,7 @@ <groupId>org.apache.axis2</groupId> <artifactId>axis2-java2wsdl</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -197,7 +198,7 @@ <echo>Generating the WSDL</echo> <java classname="org.apache.ws.java2wsdl.Java2WSDL" fork="true"> <classpath> - <path refid="maven.dependency.classpath" /> + <path refid="maven.test.classpath" /> <pathelement location="target/test-classes" /> </classpath> <arg line="-o target/test-classes -of SimpleAddService.wsdl -efd unqualified -cn org.apache.axis2.fastinfoset.SimpleAddService" />