Added the validation-api which makes it possible to use annotations like @NotNull.
This commit is contained in:
parent
43617bd858
commit
2c8592541b
6
pom.xml
6
pom.xml
@ -256,6 +256,12 @@
|
||||
<version>1.6.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.validation</groupId>
|
||||
<artifactId>validation-api</artifactId>
|
||||
<version>1.0.0.GA</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user