Skip to content

Commit

Permalink
Fix for JENKINS-36875 when using hpi:run
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Sep 7, 2016
1 parent 6940924 commit a844a64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -190,6 +190,13 @@
<artifactId>workflow-aggregator</artifactId>
<version>1.4.2</version>
<scope>test</scope>
</dependency>
<!-- This is to fix JENKINS-36875 when using hpi:run -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>external-monitor-job</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
Expand Down

0 comments on commit a844a64

Please sign in to comment.