mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
#87 Downgrade to AssertJ 2.1.0 in order to build Petclinic with the JDK 7
This commit is contained in:
parent
11af3ae3e9
commit
bc9682cfb3
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<json-path.version>2.0.0</json-path.version>
|
<json-path.version>2.0.0</json-path.version>
|
||||||
|
|
||||||
<!-- Test -->
|
<!-- Test -->
|
||||||
<assertj.version>3.0.0</assertj.version>
|
<assertj.version>2.1.0</assertj.version>
|
||||||
|
|
||||||
<!-- Dates -->
|
<!-- Dates -->
|
||||||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||||
|
|
Loading…
Reference in a new issue