Explicitly declare commons-lang3 as a dependency.

This commit is contained in:
Jon Chambers 2021-05-17 15:48:46 -04:00 committed by Jon Chambers
parent 1880773fb9
commit 0b993098a8
1 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,11 @@
<version>8.12.21</version> <version>8.12.21</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId> <groupId>org.glassfish.jersey.test-framework.providers</groupId>