mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
#90 Remove the json-path version which be inherited from the spring.io BOM
This commit is contained in:
parent
bc9682cfb3
commit
7326267c48
1 changed files with 0 additions and 4 deletions
4
pom.xml
4
pom.xml
|
@ -23,9 +23,6 @@
|
||||||
<!-- Java EE / Java SE dependencies -->
|
<!-- Java EE / Java SE dependencies -->
|
||||||
<tomcat.version>7.0.59</tomcat.version>
|
<tomcat.version>7.0.59</tomcat.version>
|
||||||
|
|
||||||
<!-- JSon-->
|
|
||||||
<json-path.version>2.0.0</json-path.version>
|
|
||||||
|
|
||||||
<!-- Test -->
|
<!-- Test -->
|
||||||
<assertj.version>2.1.0</assertj.version>
|
<assertj.version>2.1.0</assertj.version>
|
||||||
|
|
||||||
|
@ -94,7 +91,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.jsonpath</groupId>
|
<groupId>com.jayway.jsonpath</groupId>
|
||||||
<artifactId>json-path</artifactId>
|
<artifactId>json-path</artifactId>
|
||||||
<version>${json-path.version}</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- SPRING, SPRING, SPRINGITY SPRING -->
|
<!-- SPRING, SPRING, SPRINGITY SPRING -->
|
||||||
|
|
Loading…
Reference in a new issue