Skip to content

Commit

Permalink
Use commons-net from jenkins-test-harness to avoid RequireUpperBoundDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed May 12, 2019
1 parent d1d5b15 commit 5b6b0c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -39,6 +39,13 @@
<artifactId>maven-plugin</artifactId>
<version>3.1.2</version>
<optional>true</optional>
<exclusions>
<exclusion>
<!-- to avoid RequireUpperBoundDeps with jenkins-test-harness -->
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 5b6b0c2

Please sign in to comment.