Wrong httpclient version in agent SAR POM file?

Thomas Segismont tsegismo at redhat.com
Mon Jan 14 10:12:07 UTC 2013


Hi all,

The POM of the agent SAR project references commons-httpclient in 
version 2.0.2.

     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <!-- make sure you match that which is used by standalone agent! -->
       <version>2.0.2</version>
     </dependency>

As you can see, the comments suggests the specified version should match 
the version used by standalone agent but everywhere else in the project 
POM files we use 3.0.1.

Am I missing something? Obviously this does not prevent the agent to run 
as expected since these lines have not changed since (at least) 2009.

Thanks and regards,
Thomas


More information about the rhq-devel mailing list