Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4
-
None
-
None
-
Building on Windows with Maven
Description
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>