diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-12 19:59:30 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-12 19:59:52 +0200 |
commit | 26134cf7c37283e1a083dcae41095747a0036d96 (patch) | |
tree | 6ae2adb5c69982afe2ca4f95fc81dc3ae9b78f2f /server/ivy.xml | |
parent | aa6b57956e11173b98f8da2dda914f62b6d2d884 (diff) | |
download | vaadin-framework-26134cf7c37283e1a083dcae41095747a0036d96.tar.gz vaadin-framework-26134cf7c37283e1a083dcae41095747a0036d96.zip |
Use commons-lang 2.6 in server aswell as in client-compiler (#9970)
Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627
Diffstat (limited to 'server/ivy.xml')
-rw-r--r-- | server/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ivy.xml b/server/ivy.xml index 5ef49db80a..6911a7054f 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -62,7 +62,7 @@ <dependency org="commons-io" name="commons-io" rev="1.4" conf="tests->default" /> <dependency org="commons-lang" name="commons-lang" - rev="2.3" conf="tests,ide->default" /> + rev="2.6" conf="tests,ide->default" /> <!-- Bean Validation implementation --> <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.6.1" conf="tests -> default" /> |