提交 560e07a9 编写于 作者: D David Syer

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

上级 3c9eed1c
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册