Skip to content

Commit 560e07a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.springframework.context/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>javax.inject</groupId>
4848
<artifactId>javax.inject</artifactId>
49-
<version>1.0</version>
49+
<version>1</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>javax.validation</groupId>
6666
<artifactId>validation-api</artifactId>
67-
<version>1.0.GA</version>
67+
<version>1.0.0.GA</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
<dependency>

0 commit comments

Comments
 (0)