Skip to content

Commit

Permalink
[JENKINS-41882] Include junit dependency explicitly to fix PCT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evaristo Gutiérrez committed Feb 9, 2017
1 parent 5962552 commit 4247e3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -31,6 +31,12 @@
<artifactId>display-url-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
Expand Down

0 comments on commit 4247e3a

Please sign in to comment.