File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
spring-data-rest-tests/spring-data-rest-tests-core Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments