Add missing json-simple dependency

This commit is contained in:
Joe Freeman 2015-09-28 23:04:10 -04:00
parent 06be7eb5be
commit c18c845a6f

View file

@ -89,6 +89,11 @@
</dependency>
<!-- JSon -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<scope>test</scope>