add validation to pom
This commit is contained in:
parent
1889628daa
commit
40ec4b9598
@ -41,6 +41,11 @@
|
|||||||
<version>${junit-jupiter.version}</version>
|
<version>${junit-jupiter.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.validation</groupId>
|
||||||
|
<artifactId>validation-api</artifactId>
|
||||||
|
<version>${validation-api.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -55,6 +60,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.surefire.version>2.22.1</maven.surefire.version>
|
<maven.surefire.version>2.22.1</maven.surefire.version>
|
||||||
|
<validation-api.version>2.0.1.Final</validation-api.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user