pom update

This commit is contained in:
jascotty2 2019-08-25 11:01:51 -05:00
parent fd6e7f81e6
commit 7114234535

View File

@ -62,9 +62,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>