Skip to content

Commit

Permalink
updated hibernate validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 8, 2016
1 parent 690e302 commit 6735b72
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@
<version>${hibernate-validator.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>${el.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
<version>${el.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -205,7 +217,8 @@

<properties>
<slf4j.version>1.7.18</slf4j.version>
<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
<el.version>2.2.4</el.version>
</properties>

</project>

0 comments on commit 6735b72

Please sign in to comment.