Skip to content

Commit

Permalink
Updating workflow-api dep to pick up JENKINS-34488 fix, making JENKIN…
Browse files Browse the repository at this point in the history
…S-39134 easier to track.
  • Loading branch information
jglick committed Nov 29, 2016
1 parent 278acef commit 4912a56
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pipeline-model-definition/pom.xml
Expand Up @@ -61,6 +61,16 @@
<artifactId>pipeline-model-declarative-agent</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
Expand Down Expand Up @@ -175,7 +185,7 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>

</dependencies>

</project>

0 comments on commit 4912a56

Please sign in to comment.