diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-30 07:56:05 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-30 07:56:05 +0200 |
commit | 0a77f5e526da11fd066ea257a0304e883fcc0402 (patch) | |
tree | 68d6acd4a4d4f3275d46444cac14b2037c64c126 /uitest/ivy.xml | |
parent | f41e8daecf161ff088a9d8bbd80d10a15a230261 (diff) | |
download | vaadin-framework-0a77f5e526da11fd066ea257a0304e883fcc0402.tar.gz vaadin-framework-0a77f5e526da11fd066ea257a0304e883fcc0402.zip |
Add commons-lang for now until tests are converted to lang3 (#12871)
Change-Id: I14509d95dd2e042f830a7fca6925e012483bb36d
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 9c86b2b68c..0508d10b57 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -84,6 +84,10 @@ conf="build,ide -> default" /> <dependency org="com.vaadin" name="vaadin-testbench" rev="3.1.1" conf="build-provided,ide -> default" /> + <!-- This should be removed once tests have been updated to use lang3 --> + <dependency org="commons-lang" name="commons-lang" + rev="2.6" conf="build,ide -> default" /> + </dependencies> </ivy-module> |