Author: veithen Date: Mon Oct 2 20:49:25 2017 New Revision: 1810600 URL: http://svn.apache.org/viewvc?rev=1810600&view=rev Log: Remove axis2-java2wsdl from the Web app; it's not used at runtime.
Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml axis/axis2/java/core/trunk/modules/webapp/scripts/build.xml Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp/pom.xml?rev=1810600&r1=1810599&r2=1810600&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/webapp/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/webapp/pom.xml Mon Oct 2 20:49:25 2017 @@ -41,11 +41,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-java2wsdl</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> Modified: axis/axis2/java/core/trunk/modules/webapp/scripts/build.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp/scripts/build.xml?rev=1810600&r1=1810599&r2=1810600&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/webapp/scripts/build.xml (original) +++ axis/axis2/java/core/trunk/modules/webapp/scripts/build.xml Mon Oct 2 20:49:25 2017 @@ -76,6 +76,7 @@ <exclude name="**servlet**" /> <exclude name="axis2-ant-plugin-*.jar" /> <exclude name="axis2-*-codegen-*.jar"/> + <exclude name="axis2-java2wsdl-*.jar"/> <!-- codegen is required for Rampart because of AXIS2-4265 --> <!-- exclude name="axis2-codegen*.jar"/ --> <exclude name="commons-cli-*.jar" />