Skip to content

Commit aa6f492

Browse files
Add ASM API to the default payload dependencies
1 parent e4df6a2 commit aa6f492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

payload-dependencies/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<version>${jenkins.version}</version>
3232
<scope>provided</scope>
3333
</dependency>
34+
<dependency>
35+
<groupId>io.jenkins.plugins</groupId>
36+
<artifactId>asm-api</artifactId>
37+
</dependency>
3438
<dependency>
3539
<groupId>org.jenkins-ci.plugins.workflow</groupId>
3640
<artifactId>workflow-cps</artifactId>

0 commit comments

Comments
 (0)