Skip to content

Commit

Permalink
Merge pull request #598 from jenkinsci/commons
Browse files Browse the repository at this point in the history
Add dependencies of commons-lang and commons-text
  • Loading branch information
uhafner authored Nov 17, 2022
2 parents 1d7b55b + 4ac40af commit 132a7df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@
</dependencyManagement>

<dependencies>
<!-- Project Dependencies -->
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
</dependency>

<!-- Test Dependencies -->
<dependency>
Expand Down

0 comments on commit 132a7df

Please sign in to comment.