Skip to content

Commit 8b2a7c8

Browse files
author
David Syer
committed
Fix wrong Maven dependency in pom.xml for validation and inject APIs
1 parent 560e07a commit 8b2a7c8

File tree

1 file changed

+1
-1
lines changed
  • org.springframework.web.servlet

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>javax.validation</groupId>
283283
<artifactId>validation-api</artifactId>
284-
<version>1.0.GA</version>
284+
<version>1.0.0.GA</version>
285285
<scope>provided</scope>
286286
</dependency>
287287
<dependency>

0 commit comments

Comments
 (0)