diff options
-rw-r--r-- | aai-resources/pom.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 1af31e7..bbcebab 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -441,14 +441,9 @@ <version>0.0.24</version> </dependency> <dependency> - <groupId>com.jayway.jsonpath</groupId> - <artifactId>json-path</artifactId> - <version>2.0.0</version> - </dependency> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-json</artifactId> - <version>1.18</version> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-json</artifactId> + <version>1.18</version> </dependency> </dependencies> <build> |