Skip to content

Commit ef4d2c9

Browse files
committed
Drop explicit dependency on JSON Path.
Let Spring HATEOAS bring in this dependency. See #2018.
1 parent 7d29a5a commit ef4d2c9

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
@@ -117,13 +117,6 @@
117117

118118
<!-- Test dependencies -->
119119

120-
<dependency>
121-
<groupId>com.jayway.jsonpath</groupId>
122-
<artifactId>json-path</artifactId>
123-
<version>${jsonpath}</version>
124-
<scope>test</scope>
125-
</dependency>
126-
127120
<dependency>
128121
<groupId>org.springframework.data</groupId>
129122
<artifactId>spring-data-keyvalue</artifactId>

0 commit comments

Comments
 (0)