Explicitly declare commons-lang3 as a dependency.
This commit is contained in:
parent
1880773fb9
commit
0b993098a8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue