mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Add hibernate validator for test suite
This commit is contained in:
parent
a0491aa18a
commit
fa188d104e
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -29,6 +29,7 @@
|
||||||
<wro4j.version>1.10.1</wro4j.version>
|
<wro4j.version>1.10.1</wro4j.version>
|
||||||
<wro4j-extensions.version>1.3.8</wro4j-extensions.version>
|
<wro4j-extensions.version>1.3.8</wro4j-extensions.version>
|
||||||
<activeweb-lessc-maven-plugin.version>3.0-j11</activeweb-lessc-maven-plugin.version>
|
<activeweb-lessc-maven-plugin.version>3.0-j11</activeweb-lessc-maven-plugin.version>
|
||||||
|
<hibernate-validator.version>7.0.1.Final</hibernate-validator.version>
|
||||||
<jacoco.version>0.8.7</jacoco.version>
|
<jacoco.version>0.8.7</jacoco.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -125,6 +126,11 @@
|
||||||
<artifactId>activeweb-lessc-maven-plugin</artifactId>
|
<artifactId>activeweb-lessc-maven-plugin</artifactId>
|
||||||
<version>${activeweb-lessc-maven-plugin.version}</version>
|
<version>${activeweb-lessc-maven-plugin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hibernate</groupId>
|
||||||
|
<artifactId>hibernate-validator</artifactId>
|
||||||
|
<version>${hibernate-validator.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue