diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-04 15:58:26 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-09-17 12:37:21 +0000 |
commit | 1de438915468e92ad0657ac4f22dc3e1b1580e63 (patch) | |
tree | 9ae5dd65f079e7689c140837d5252a6e0872f479 /theme-compiler | |
parent | d0af7d103a94cc7c7817b2fd7cb7cc2ba3bcd519 (diff) | |
download | vaadin-framework-1de438915468e92ad0657ac4f22dc3e1b1580e63.tar.gz vaadin-framework-1de438915468e92ad0657ac4f22dc3e1b1580e63.zip |
Use JUnit 4.11 in all modules (#12572)
Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 5bcdbb54cb..7b99b2cdaa 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -40,7 +40,7 @@ rev="2.4" conf="build-provided->default" /> <!-- Testing libs --> - <dependency org="junit" name="junit" rev="4.5" + <dependency org="junit" name="junit" rev="4.11" conf="ide,test -> default" /> <!-- Internally used, for now --> |