summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-09-04 15:58:26 +0300
committerVaadin Code Review <review@vaadin.com>2013-09-17 12:37:21 +0000
commit1de438915468e92ad0657ac4f22dc3e1b1580e63 (patch)
tree9ae5dd65f079e7689c140837d5252a6e0872f479 /theme-compiler
parentd0af7d103a94cc7c7817b2fd7cb7cc2ba3bcd519 (diff)
downloadvaadin-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.xml2
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 -->