Skip to content

Commit 237b6d3

Browse files
authored
Add dependency on ASM API plugin (#250)
1 parent 1345c53 commit 237b6d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
</dependencyManagement>
8989

9090
<dependencies>
91+
<dependency>
92+
<groupId>io.jenkins.plugins</groupId>
93+
<artifactId>asm-api</artifactId>
94+
</dependency>
9195
<dependency>
9296
<groupId>org.jenkins-ci.plugins</groupId>
9397
<artifactId>structs</artifactId>

0 commit comments

Comments
 (0)