Skip to content

Commit

Permalink
Merge pull request #57 from varyvol/JENKINS-39816
Browse files Browse the repository at this point in the history
[JENKINS-39816] Fix PCT against >= 2.16
  • Loading branch information
stephenc committed Nov 17, 2016
2 parents f5c8342 + e14569d commit 65f9693
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -135,6 +135,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency> <!-- TODO for GitSampleRepoRule; should this be pushed up into scm-api, or git, or jenkins-test-harness? -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-scm-step</artifactId>
Expand Down

0 comments on commit 65f9693

Please sign in to comment.