Skip to content

Commit

Permalink
Add byte-buddy api plugin (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored May 4, 2024
1 parent cbc06fe commit 02a987a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
<artifactId>bootstrap5-api</artifactId>
<version>5.3.3-1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>byte-buddy-api</artifactId>
<version>1.14.14-3.v944fc399f504</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>caffeine-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>byte-buddy-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-graph-view</artifactId>
Expand Down

0 comments on commit 02a987a

Please sign in to comment.