mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Downgraded AssertJ to version compatible with Java 6
This commit is contained in:
parent
74d61b38e0
commit
b6662fb454
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -49,7 +49,7 @@
|
|||
|
||||
<!-- Test -->
|
||||
<junit.version>4.12</junit.version>
|
||||
<assertj.version>2.0.0</assertj.version>
|
||||
<assertj.version>1.7.1</assertj.version>
|
||||
|
||||
<!-- Dates -->
|
||||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||
|
|
Loading…
Reference in a new issue