diff options
Diffstat (limited to 'ivysettings.xml')
-rw-r--r-- | ivysettings.xml | 4 |
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" |