Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-26903] - Add missing httpclient-4.4 and httpcore-4.4 depende…
…ncies to resolve java.lang.NoClassDefFoundError
  • Loading branch information
charleswhchan committed Mar 14, 2015
1 parent a0e8987 commit a30a4c0
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 a30a4c0

Please sign in to comment.