Browse Source

Fix wrong Maven dependency in pom.xml for validation and inject APIs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2186 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
David Syer 16 years ago
parent
commit
bb92586f26
  1. 2
      org.springframework.web.servlet/pom.xml

2
org.springframework.web.servlet/pom.xml

@ -281,7 +281,7 @@ @@ -281,7 +281,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.GA</version>
<version>1.0.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>

Loading…
Cancel
Save