Add scope to unit test dependency

This commit is contained in:
Daron McIntosh 2021-09-16 17:33:04 +00:00
parent a56c85f780
commit 756af63993

View File

@ -176,8 +176,9 @@
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
<version>2.5</version>
<groupId>commons-lang</groupId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.json-lib</groupId>