mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge 8251f42fa9
into 9914056a81
This commit is contained in:
commit
6ecc74b621
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
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>
|
||||
|
@ -284,6 +284,7 @@
|
|||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue