Skip to content

Commit

Permalink
add explicit dependency on commons-lang3 and update version (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Jun 12, 2023
1 parent ffb89ce commit c57f670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -206,6 +206,11 @@ under the License.
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
Expand Down

0 comments on commit c57f670

Please sign in to comment.