Drop explicit dependency on JSON Path.

Let Spring HATEOAS bring in this dependency.

See #2018.
This commit is contained in:
Greg L. Turnquist
2021-06-03 12:07:57 -05:00
parent 68219052ca
commit bc5478ec49
3 changed files with 0 additions and 14 deletions

View File

@@ -38,7 +38,6 @@
<servlet.version>4.0.1</servlet.version>
<hibernate.version>5.4.8.Final</hibernate.version>
<jsonpath>1.1.0</jsonpath>
<bundlor.enabled>false</bundlor.enabled>
</properties>

View File

@@ -31,12 +31,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath}</version>
</dependency>
</dependencies>
<build>

View File

@@ -117,13 +117,6 @@
<!-- Test dependencies -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>