Skip to content

Commit

Permalink
[JENKINS-26583] - Make the tests debuggable in IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Sep 28, 2017
1 parent 2ebc581 commit 07dea7c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.28</version>
<version>2.35</version>
</parent>

<artifactId>envinject</artifactId>
Expand Down Expand Up @@ -100,6 +100,14 @@
<optional>true</optional>
</dependency>

<dependency>
<!-- Otherwise Ivy plugin startup fails in IDEA -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 07dea7c

Please sign in to comment.