Skip to content

Commit

Permalink
Pending stapler/stapler-adjunct-jquery#2, work around INFRA-1310 / MN…
Browse files Browse the repository at this point in the history
…G-3092.
  • Loading branch information
jglick committed Oct 19, 2017
1 parent 720af53 commit 34db417
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -69,8 +69,14 @@
<!-- JQuery is included only once -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjunct-jquery</artifactId>
<artifactId>stapler-adjunct-jquery</artifactId> <!-- TODO why is this not using org.jenkins-ci.plugins:jquery instead?! -->
<version>1.11.2-0</version>
<exclusions>
<exclusion> <!-- TODO INFRA-1310 pending 1.12.4-0 -->
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- script-security plug-in integration -->
<dependency>
Expand Down

0 comments on commit 34db417

Please sign in to comment.