diff options
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/ivy.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 3e8b46d77b..d57c3f700c 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -27,8 +27,10 @@ rev="${vaadin.version}" conf="build" /> <dependency org="commons-collections" name="commons-collections" rev="3.1" conf="build,ide -> default" /> - <dependency org="ant" name="ant" - rev="1.6.5" conf="build,ide -> default" /> + <dependency org="ant" name="ant" rev="1.6.5" + conf="build,ide -> default" /> + <dependency org="javax.validation" name="validation-api" + rev="1.0.0.GA" conf="build->default,sources" /> </dependencies> |