mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +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 -->
|
||||
<tomcat.version>7.0.59</tomcat.version>
|
||||
|
||||
<!-- JSon-->
|
||||
<json-path.version>2.0.0</json-path.version>
|
||||
|
||||
<!-- Test -->
|
||||
<assertj.version>2.1.0</assertj.version>
|
||||
|
||||
|
@ -94,7 +91,6 @@
|
|||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
<version>${json-path.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- SPRING, SPRING, SPRINGITY SPRING -->
|
||||
|
|
Loading…
Reference in a new issue