summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-04 16:28:49 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:19 +0300
commite50ca7fe96d11a5c3f2328c4fdb76905e68c5062 (patch)
treecd472d622a7a40a8aa126454fc9c6227e8efe798 /uitest/ivy.xml
parent45e4dc9fdcc96da44c0b96fde0bc146d8915041b (diff)
downloadvaadin-framework-e50ca7fe96d11a5c3f2328c4fdb76905e68c5062.tar.gz
vaadin-framework-e50ca7fe96d11a5c3f2328c4fdb76905e68c5062.zip
Include compiled TestingWidgetSet in war (#9299)
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 5dbb5dd6fc..6cb7fc9050 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -21,7 +21,7 @@
rev="2.0" conf="build-provided,ide -> default" />
<dependency org="javax.validation" name="validation-api"
- rev="1.0.0.GA" conf="build,ide -> default" />
+ rev="1.0.0.GA" conf="build,ide -> default,sources" />
<!--Servlet API version 2.5 -->
<dependency org="javax.servlet" name="servlet-api"
rev="2.5" conf="build-provided,ide -> default" />
@@ -39,6 +39,10 @@
rev="${vaadin.version}" conf="build->build"></dependency>
<dependency org="com.vaadin" name="vaadin-themes-compiled"
rev="${vaadin.version}" conf="build->build"></dependency>
+
+ <!-- For compiling TestingWidgetSet -->
+ <dependency org="com.vaadin" name="vaadin-client-compiler"
+ rev="${vaadin.version}" conf="build-provided-> build"></dependency>
<!-- Newest Jetty does not work with Ivy currently (orbit -> jar
mapping problem) -->