aboutsummaryrefslogtreecommitdiffstats
path: root/ivysettings.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-10 21:32:57 +0300
committerVaadin Code Review <review@vaadin.com>2013-09-17 12:40:47 +0000
commitd6954f86e401566456a64418ae80e2f8853a5e43 (patch)
tree23f24c8c30759d82e6fb9c12a3f8558f65c6e43b /ivysettings.xml
parent1de438915468e92ad0657ac4f22dc3e1b1580e63 (diff)
downloadvaadin-framework-d6954f86e401566456a64418ae80e2f8853a5e43.tar.gz
vaadin-framework-d6954f86e401566456a64418ae80e2f8853a5e43.zip
Include TestBench 3.1.1 in the project (#12572)
* Jetty is updated to 8.1.9.v20130131 to avoid conflicts with TestBench dependencies * The new jetty dependens on servlet 3.0 Change-Id: Ibbbc8f5838feb4c132ee2b6f7d7f3f630e95dd68
Diffstat (limited to 'ivysettings.xml')
-rw-r--r--ivysettings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ivysettings.xml b/ivysettings.xml
index fa08f3d0bb..e18b2233d1 100644
--- a/ivysettings.xml
+++ b/ivysettings.xml
@@ -11,6 +11,8 @@
<settings defaultResolver="public" />
<resolvers>
<ibiblio name="public" m2compatible="true" />
+ <ibiblio name="vaadin-addons" usepoms="true"
+ m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" />
<filesystem name="local-maven" m2compatible="true">
<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
@@ -23,6 +25,8 @@
</filesystem>
</resolvers>
<modules>
+ <module organisation="com.vaadin" name="vaadin-testbench"
+ resolver="vaadin-addons" />
<module organisation="com.vaadin" name="vaadin-buildhelpers"
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-shared"