Skip to content

Commit

Permalink
Add Hibernate Validator dependency to REST models
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Mar 26, 2015
1 parent 7f3bf99 commit a2d666b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions graylog2-rest-models/pom.xml
Expand Up @@ -56,5 +56,9 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>
</project>
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -408,7 +408,11 @@
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.1.3.Final</version>
</dependency>
<dependency>
<groupId>org.graylog2</groupId>
<artifactId>jersey-netty</artifactId>
Expand Down

0 comments on commit a2d666b

Please sign in to comment.