From ef4d2c9057e0ecde4cdea09b4bee0cc5a29fc8db Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 3 Jun 2021 12:07:57 -0500 Subject: [PATCH] Drop explicit dependency on JSON Path. Let Spring HATEOAS bring in this dependency. See #2018. --- pom.xml | 1 - spring-data-rest-tests/spring-data-rest-tests-core/pom.xml | 6 ------ spring-data-rest-webmvc/pom.xml | 7 ------- 3 files changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index 7e5383497..9cc4ac96d 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,6 @@ 4.0.1 5.4.8.Final - 1.1.0 false diff --git a/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml index a2bb05353..e8cf2af43 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml @@ -31,12 +31,6 @@ provided - - com.jayway.jsonpath - json-path - ${jsonpath} - - diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 7651984b8..6481f98ac 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -117,13 +117,6 @@ - - com.jayway.jsonpath - json-path - ${jsonpath} - test - - org.springframework.data spring-data-keyvalue