mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 14:19:38 +00:00
#95 Downgrade to AssertJ 2.2.0 to be compatible with Java 7
This commit is contained in:
parent
566fdac3f9
commit
1aef94d6a8
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<tomcat.version>7.0.59</tomcat.version>
|
||||
|
||||
<!-- Test -->
|
||||
<assertj.version>3.2.0</assertj.version>
|
||||
<assertj.version>2.2.0</assertj.version>
|
||||
|
||||
<!-- Dates -->
|
||||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||
|
|
Loading…
Reference in a new issue