mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:15:50 +00:00
Restauration des annotation ; import correct de javax.validation dans le pom.xml
This commit is contained in:
parent
6dd35b2b40
commit
347f90ef16
1 changed files with 8 additions and 1 deletions
9
pom.xml
9
pom.xml
|
@ -26,7 +26,7 @@
|
|||
<webjars-jquery-ui.version>1.12.1</webjars-jquery-ui.version>
|
||||
<webjars-jquery.version>3.6.0</webjars-jquery.version>
|
||||
<wro4j.version>1.10.0</wro4j.version>
|
||||
|
||||
<webjars-validation-api.version>2.0.1.Final</webjars-validation-api.version>
|
||||
<jacoco.version>0.8.7</jacoco.version>
|
||||
|
||||
</properties>
|
||||
|
@ -108,6 +108,13 @@
|
|||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.validation</groupId>
|
||||
<artifactId>validation-api</artifactId>
|
||||
<version>${webjars-validation-api.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue