Skip to content

Commit

Permalink
[FIXED JENKINS-32589] Dependency to workflow-plugin should be optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Jan 25, 2016
1 parent 7df1063 commit eb95585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -83,6 +83,7 @@
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>${workflow.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
Expand Up @@ -37,7 +37,7 @@
/**
* Exposes {@link org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.BadgeManager} to Workflow scripts as {@code manager}.
*/
@Extension
@Extension(optional=true)
public class WorkflowManager extends GlobalVariable {

@Override
Expand Down

0 comments on commit eb95585

Please sign in to comment.