Skip to content

Commit

Permalink
[JENKINS-46053] - Remove Commons HttpClient 3.x from dependencies
Browse files Browse the repository at this point in the history
Maven Plugin has already migratde to Apache HttpClient 4.x, so there is no transient usages.
  • Loading branch information
oleg-nenashev committed Aug 8, 2017
1 parent 238f472 commit 9a3fdb0
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 9a3fdb0

Please sign in to comment.