Skip to content

Commit

Permalink
[INFRA-1310] Avoid bogus Stapler transitive dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 24, 2017
1 parent 60e1f8f commit 70826be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
@@ -0,0 +1 @@
buildPlugin()
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -50,6 +50,12 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jquery</artifactId>
<version>1.7.2-1</version>
<exclusions>
<exclusion> <!-- TODO pending https://github.com/jenkinsci/jquery-plugin/pull/3 -->
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 70826be

Please sign in to comment.