Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Jun 12, 2024
1 parent e230b21 commit edcdb84
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 @@ -100,6 +100,11 @@
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit edcdb84

Please sign in to comment.