Drop explicit dependency on JSON Path.
Let Spring HATEOAS bring in this dependency. See #2018.
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -38,7 +38,6 @@
|
||||
<springdata.keyvalue>2.3.10.BUILD-SNAPSHOT</springdata.keyvalue>
|
||||
|
||||
<hibernate.version>5.4.8.Final</hibernate.version>
|
||||
<jsonpath>1.1.0</jsonpath>
|
||||
<bundlor.enabled>false</bundlor.enabled>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -27,12 +27,6 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
<version>${jsonpath}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -110,13 +110,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>
|
||||
|
||||
Reference in New Issue
Block a user