Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit d29ef95

Browse files
committed
#119 add org.apache.commons dependency
1 parent 509628d commit d29ef95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,11 @@ SOFTWARE.
293293
<artifactId>annotations</artifactId>
294294
<version>23.0.0</version>
295295
</dependency>
296+
<dependency>
297+
<groupId>org.apache.commons</groupId>
298+
<artifactId>commons-lang3</artifactId>
299+
<version>3.13.0</version>
300+
</dependency>
296301
<dependency>
297302
<groupId>org.slf4j</groupId>
298303
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)