Skip to content

Commit

Permalink
We actually do need workflow-cps 2.14 for JENKINS-29711.
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Aug 31, 2016
1 parent fd66426 commit 2516ce8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Expand Up @@ -74,7 +74,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -101,11 +101,6 @@ THE SOFTWARE.
<artifactId>workflow-scm-step</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>workflow-basic-steps</artifactId>
Expand Down Expand Up @@ -141,7 +136,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 2516ce8

Please sign in to comment.