Skip to content

Commit 06c9810

Browse files
committedSep 20, 2013
fix bad depency on for jsr303 plugin
1 parent 155b405 commit 06c9810

File tree

1 file changed

+3
-2
lines changed
  • demo/spring-jsr303-jsv-jsr303_plugin

1 file changed

+3
-2
lines changed
 

‎demo/spring-jsr303-jsv-jsr303_plugin/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@
6868
<version>4.3.0.Final</version>
6969
</dependency>
7070

71+
<!-- jsv jsr303 plugin -->
7172
<dependency>
72-
<groupId>fr.ippon.blog</groupId>
73-
<artifactId>jsv-JSR303-plugin</artifactId>
73+
<groupId>fr.ippon.jsv.plugin</groupId>
74+
<artifactId>jsr303</artifactId>
7475
<version>1.0-SNAPSHOT</version>
7576
</dependency>
7677

0 commit comments

Comments
 (0)
Please sign in to comment.