Skip to content

Commit e71d60d

Browse files
committed
[➕] Added Apache Commons Lang3 dependency
1 parent c48a3e2 commit e71d60d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
<scope>compile</scope>
8080
</dependency>
8181

82+
<!-- Apache Commons Lang3 -->
83+
<dependency>
84+
<groupId>org.apache.commons</groupId>
85+
<artifactId>commons-lang3</artifactId>
86+
<version>3.18.0</version>
87+
<scope>compile</scope>
88+
</dependency>
89+
8290
</dependencies>
8391

8492

0 commit comments

Comments
 (0)