Skip to content

Commit

Permalink
Declare dependency on Apache commons lang3
Browse files Browse the repository at this point in the history
Fixes jenkinsci#233 (at least partially)

The plugin depends on Apache commons lang3 but did not declare it
directly in the pom.

Declare it in the pom with hope that will help to resolve the plugin
bill of materials issue described at
jenkinsci/bom#2484 (comment)
  • Loading branch information
MarkEWaite committed Sep 16, 2023
1 parent 33c675e commit 320fcb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
</scm>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
</dependency>

<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
Expand Down

0 comments on commit 320fcb2

Please sign in to comment.