Skip to content

Commit

Permalink
Merge pull request #30 from varyvol/JENKINS-42056
Browse files Browse the repository at this point in the history
[JENKINS-42056] Fix PCT for 2.32.2
  • Loading branch information
stephenc committed Feb 17, 2017
2 parents d6336d9 + bb64653 commit 96c0746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -96,6 +96,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
Expand Down

0 comments on commit 96c0746

Please sign in to comment.