diff options
author | Henri Sara <hesara@vaadin.com> | 2012-12-10 15:06:01 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-12-10 15:06:01 +0200 |
commit | d2b69dbee663bc2607a9d268e4c751e9dbdc53a5 (patch) | |
tree | b3129f85e92ed991f940dc406a9d169846be6847 /theme-compiler | |
parent | a24ae63c0068bf7eb9bdc9c662c7d9eb3760861f (diff) | |
download | vaadin-framework-d2b69dbee663bc2607a9d268e4c751e9dbdc53a5.tar.gz vaadin-framework-d2b69dbee663bc2607a9d268e4c751e9dbdc53a5.zip |
Same version of commons-lang in SmartSprites and elsewhere (#9970)
This should eliminate some duplicate JAR(s) in the Vaadin package.
Change-Id: I0b984fde1fa3ae23139a62fd829e1d1560761abc
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivymodule/smartsprites-ivy-0.2.3-itmill.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/ivymodule/smartsprites-ivy-0.2.3-itmill.xml b/theme-compiler/ivymodule/smartsprites-ivy-0.2.3-itmill.xml index 495b6d00c9..f921bec167 100644 --- a/theme-compiler/ivymodule/smartsprites-ivy-0.2.3-itmill.xml +++ b/theme-compiler/ivymodule/smartsprites-ivy-0.2.3-itmill.xml @@ -32,7 +32,7 @@ <dependency org="args4j" name="args4j" rev="2.0.9" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> <dependency org="commons-math" name="commons-math" rev="1.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> <dependency org="commons-io" name="commons-io" rev="1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> - <dependency org="commons-lang" name="commons-lang" rev="2.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> + <dependency org="commons-lang" name="commons-lang" rev="2.6" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/> <dependency org="junit" name="junit" rev="4.4" force="true" conf="test->runtime(*),master(*)"/> </dependencies> </ivy-module> |