Skip to content
Snippets Groups Projects
Commit c18c845a authored by Joe Freeman's avatar Joe Freeman
Browse files

Add missing json-simple dependency

parent 06be7eb5
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,11 @@ ...@@ -88,6 +88,11 @@
<artifactId>taglibs-standard-jstlel</artifactId> <artifactId>taglibs-standard-jstlel</artifactId>
</dependency> </dependency>
<!-- JSon --> <!-- JSon -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
</dependency>
<dependency> <dependency>
<groupId>com.jayway.jsonpath</groupId> <groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId> <artifactId>json-path</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment