Skip to content

Commit 8cf3284

Browse files
committed
Drop explicit dependency on JSON Path.
Let Spring HATEOAS bring in this dependency. See #2018.
1 parent 816c9c7 commit 8cf3284

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<servlet.version>4.0.1</servlet.version>
3939

4040
<hibernate.version>5.4.8.Final</hibernate.version>
41-
<jsonpath>1.1.0</jsonpath>
4241
<bundlor.enabled>false</bundlor.enabled>
4342
</properties>
4443

spring-data-rest-tests/spring-data-rest-tests-core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
<scope>provided</scope>
3232
</dependency>
3333

34-
<dependency>
35-
<groupId>com.jayway.jsonpath</groupId>
36-
<artifactId>json-path</artifactId>
37-
<version>${jsonpath}</version>
38-
</dependency>
39-
4034
</dependencies>
4135

4236
<build>

spring-data-rest-webmvc/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@
110110

111111
<!-- Test dependencies -->
112112

113-
<dependency>
114-
<groupId>com.jayway.jsonpath</groupId>
115-
<artifactId>json-path</artifactId>
116-
<version>${jsonpath}</version>
117-
<scope>test</scope>
118-
</dependency>
119-
120113
<dependency>
121114
<groupId>org.springframework.data</groupId>
122115
<artifactId>spring-data-keyvalue</artifactId>

0 commit comments

Comments
 (0)