Skip to content

Commit

Permalink
AjayKemparaj: Maven Fixes for htmlunit
Browse files Browse the repository at this point in the history
r17771
  • Loading branch information
ajayk committed Sep 4, 2012
1 parent 5b109c0 commit 078cfa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
17 changes: 1 addition & 16 deletions maven/htmlunit-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,11 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.9</version>
<exclusions>
<!-- Exclude httpclient here, because htmlunit 2.8 depends on httpclient 4.0.1 but Selenium uses httpclient 4.0.2 -->
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
<version>2.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<exclusions>
<!-- Exclude commons-codec here, because httpclient 4.0.2 depends commons-codec 1.3 but HtmlUnit uses commons-codec 1.4 -->
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -181,12 +181,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.3</version>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 078cfa4

Please sign in to comment.