Skip to content

Commit

Permalink
Merge pull request #13 from oleg-nenashev/JENKINS-46053-httpclient
Browse files Browse the repository at this point in the history
[JENKINS-46053] - Remove Commons HttpClient 3.x from dependencies
  • Loading branch information
oleg-nenashev committed Aug 16, 2017
2 parents 238f472 + 9a3fdb0 commit 0e23678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions maven-agent/pom.xml
Expand Up @@ -89,11 +89,6 @@ THE SOFTWARE.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>

<!-- test dependencies -->
Expand Down
7 changes: 0 additions & 7 deletions maven-interceptor/pom.xml
Expand Up @@ -51,12 +51,5 @@ THE SOFTWARE.
<artifactId>classworlds</artifactId>
<version>1.1</version>
</dependency>


<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 0e23678

Please sign in to comment.