Skip to content

Commit 8dd78db

Browse files
Fixing version qualifier of validation-api
1 parent bc1398b commit 8dd78db

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)