mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 22:05:50 +00:00
Merge e4e904ba21
into 566fdac3f9
This commit is contained in:
commit
721bc5b64e
2 changed files with 2 additions and 2 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>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
## Running petclinic locally
|
||||
```
|
||||
git clone https://github.com/spring-projects/spring-petclinic.git
|
||||
git clone https://github.com/karlhenselin/spring-petclinic.git
|
||||
mvn tomcat7:run
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue