axis2-wsdl2code-maven-plugin - missing dependency
-------------------------------------------------
Key: AXIS2-1738
URL: http://issues.apache.org/jira/browse/AXIS2-1738
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Reporter: Martin Strand
Running axis2-wsdl2code-maven-plugin gives me ClassNotfFound:
javax.wsdl.WSDLException
Adding this dependency to the POM appears to fix the problem:
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]