Skip to content

Commit

Permalink
[JENKINS-39816] Add plugin dependency as first level dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evaristo Gutiérrez committed Nov 17, 2016
1 parent f5c8342 commit e14569d
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 e14569d

Please sign in to comment.