mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Change modelmapper version
This commit is contained in:
parent
f7f07f42dd
commit
2d49143490
1 changed files with 4 additions and 3 deletions
7
pom.xml
7
pom.xml
|
@ -71,9 +71,10 @@
|
|||
|
||||
<!-- ================================================== MODELMAPPER -->
|
||||
<dependency>
|
||||
<groupId>org.modelmapper.extensions</groupId>
|
||||
<artifactId>modelmapper-spring</artifactId>
|
||||
<version>2.3.0</version>
|
||||
<groupId>org.modelmapper</groupId>
|
||||
<artifactId>modelmapper</artifactId>
|
||||
<version>2.3.8</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Databases - Uses H2 by default -->
|
||||
|
|
Loading…
Reference in a new issue