Skip to content

Commit

Permalink
Include direct dependency on commons-lang3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored May 10, 2021
1 parent 42d9117 commit da3d6aa
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 @@ -72,6 +72,11 @@

<dependencies>
<!-- library deps -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>

<!-- plugin deps -->
<dependency>
Expand Down

0 comments on commit da3d6aa

Please sign in to comment.