Integration module's pom.xml does not have commons-httpclient listed as
dependency. As the result - build fails
---------------------------------------------------------------------------------------------------------------
Key: AXIS2-3885
URL: https://issues.apache.org/jira/browse/AXIS2-3885
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: Integration
Affects Versions: 1.4
Environment: Building on Windows with Maven
Reporter: Rost Vashevnik
Priority: Minor
The pom.xml in integration module does not have commons-httpclient listed as
dependency. As the result - build fails. Once I have listed dependency (see
below) - build has been successfull.
<!-- Add dependency on commons-httpclient -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]