Skip to content

Commit

Permalink
Merge pull request jenkinsci#4120 from jglick/jquery-detached
Browse files Browse the repository at this point in the history
Omit WEB-INF/lib/jquery-detached-1.2.jar from jenkins.war
  • Loading branch information
oleg-nenashev authored Jul 24, 2019
2 parents 28df3d9 + fd19aa7 commit 01e85d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ THE SOFTWARE.
<artifactId>bootstrap</artifactId>
<version>1.3.2</version>
<classifier>core-assets</classifier>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.ui</groupId>
<artifactId>jquery-detached</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.ui</groupId>
Expand Down

0 comments on commit 01e85d6

Please sign in to comment.