summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-11-13 07:17:14 +0000
committerVaadin Code Review <review@vaadin.com>2012-11-13 07:17:14 +0000
commit47cb9d4ccbab3df2f36b5441f65fae357e0a7d8f (patch)
tree84be843b342158340ce1f73546b5280bcebf1830
parent32923677e1597400a304e579d2ef132ee4516934 (diff)
parent26134cf7c37283e1a083dcae41095747a0036d96 (diff)
downloadvaadin-framework-47cb9d4ccbab3df2f36b5441f65fae357e0a7d8f.tar.gz
vaadin-framework-47cb9d4ccbab3df2f36b5441f65fae357e0a7d8f.zip
Merge "Use commons-lang 2.6 in server aswell as in client-compiler (#9970)"
-rw-r--r--server/ivy.xml2
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" />