JSon support

- added json-path to pom.xml
- added a simple test for Veterinarians
This commit is contained in:
michaelisvy 2015-05-12 18:55:24 +08:00
parent ecd9ccb227
commit c2c404bff5

View file

@ -44,8 +44,9 @@
<logback.version>1.1.2</logback.version>
<slf4j.version>1.7.10</slf4j.version>
<!-- RSS -->
<!-- RSS and JSon-->
<rome.version>1.5.0</rome.version>
<json-path.version>0.9.1</json-path.version>
<!-- Test -->
<junit.version>4.12</junit.version>
@ -106,6 +107,12 @@
<version>${jaxb-impl.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
<scope>test</scope>
</dependency>
<!-- SPRING, SPRING, SPRINGITY SPRING -->
<dependency>
<groupId>org.springframework.data</groupId>