Skip to content

Commit

Permalink
Use the new hibernate-validator groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan818fr committed Oct 26, 2020
1 parent 9acafac commit 4a33668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate-validator.version}</version>
<scope>compile</scope>
Expand Down

0 comments on commit 4a33668

Please sign in to comment.