Skip to content
Snippets Groups Projects
Commit c2c404bf authored by michaelisvy's avatar michaelisvy
Browse files

JSon support

- added json-path to pom.xml
- added a simple test for Veterinarians
parent ecd9ccb2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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