Skip to content

Commit

Permalink
Add workflow-support plugin as a test dependency
Browse files Browse the repository at this point in the history
Fix plugin-util-api load failure in StartupTest
  • Loading branch information
MarkEWaite committed Oct 1, 2023
1 parent 17bd99b commit e077c1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ THE SOFTWARE.
<artifactId>script-security</artifactId>
<version>1275.v23895f409fb_d</version>
</dependency>
<dependency>
<!-- Required by plugin-util-api -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
<version>865.v43e78cc44e0d</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit e077c1f

Please # to comment.