Skip to content

Commit

Permalink
Fix the version of commons-httpclient in the Maven configuration
Browse files Browse the repository at this point in the history
There is no commons-httpclient version 4.3.6. It was changed mistakenly while updating the version of org.apache.httpcomponents dependencies in the pom.xml. This commit reverts the version to the original value which is the same used by the Ant build.
  • Loading branch information
hprange committed Apr 16, 2015
1 parent 4af3979 commit 9b90f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>4.3.6</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.htmlparser</groupId>
Expand Down

0 comments on commit 9b90f9a

Please sign in to comment.