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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2185 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer 2009-10-26 22:37:45 +00:00
parent 98df8e3d9a
commit f543a5037c
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1.0</version>
<version>1</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -64,7 +64,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>