Skip to content

Commit

Permalink
Merge pull request #54 from charleswhchan/JENKINS-26903
Browse files Browse the repository at this point in the history
[JENKINS-26903] - Add missing httpclient-4.4 and httpcore-4.4 dependencies to resolve java.lang.NoClassDefFoundError
  • Loading branch information
ndeloof committed Aug 6, 2015
2 parents ab3afa1 + a30a4c0 commit 845f1bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -84,6 +84,16 @@
<version>1.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4</version>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 845f1bc

Please sign in to comment.