Removed Validator interface and inlined its implementations

This commit is contained in:
Chris Beams
2009-03-06 20:17:17 +00:00
parent c278e1e943
commit 9216b3e8e1
7 changed files with 38 additions and 133 deletions

View File

@@ -28,6 +28,7 @@
<dependency org="org.objectweb.asm" name="com.springsource.org.objectweb.asm.commons" rev="2.2.3" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/>
<!-- build time only dependencies -->