Skip to content

Commit

Permalink
workflow-job & workflow-cps should be in test, not compile, scope (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Nov 16, 2020
1 parent ee18b95 commit a0eff99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<scope>test</scope>
</dependency>

<!-- node -->
Expand Down

0 comments on commit a0eff99

Please sign in to comment.