Skip to content

Commit

Permalink
[JENKINS-41752] Request workflow-scm-step plugin instead of subversio…
Browse files Browse the repository at this point in the history
…n dependency.
  • Loading branch information
Evaristo Gutiérrez committed Feb 6, 2017
1 parent 962b5c8 commit d3313f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Expand Up @@ -105,6 +105,13 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-scm-step</artifactId>
<version>2.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
Expand All @@ -125,13 +132,7 @@
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.2.0</version>
Expand Down

0 comments on commit d3313f6

Please sign in to comment.