Skip to content

Commit ab4b412

Browse files
Merge pull request #48 from christiankissig/master
Fixing version qualifier of validation-api
2 parents 22a7855 + ecc569b commit ab4b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>javax.validation</groupId>
8585
<artifactId>validation-api</artifactId>
86-
<version>1.1.0.FINAL</version>
86+
<version>1.1.0.Final</version>
8787
<scope>compile</scope>
8888
</dependency>
8989

0 commit comments

Comments
 (0)