mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Add missing json-simple dependency
This commit is contained in:
parent
06be7eb5be
commit
c18c845a6f
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue