Skip to content

Commit

Permalink
Merge pull request #25 from ikedam/feature/JENKINS-32589_MakeWorkflow…
Browse files Browse the repository at this point in the history
…Optional

[JENKINS-32589] Dependency to workflow-plugin should be optional.
  • Loading branch information
ikedam committed Feb 7, 2016
2 parents 7df1063 + eb95585 commit 33f19b3
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 33f19b3

Please sign in to comment.