From 886a837d6d16216606dcb564c5450e1b6bf136d3 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 9 Jan 2017 13:41:30 +0200 Subject: Fix vaadin-test and all its submodules (#8076) This patch applies following fixes: * ContextMenu with correct version for Vaadin 8 * Correctly skip install plugin for test submodules * Make widgetset-test-util a test depdendency, don't use test-jar * Fix vaadin-test project structure and dependencies * Clean up testutil pom * Add README.md --- test/addon-using-own-widget-set/pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'test/addon-using-own-widget-set/pom.xml') diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml index fc52e47f4f..de1014b964 100644 --- a/test/addon-using-own-widget-set/pom.xml +++ b/test/addon-using-own-widget-set/pom.xml @@ -14,19 +14,11 @@ com.vaadin vaadin-test-widget-set-testutil - ${project.version} com.vaadin - vaadin-test-widget-set-testutil - ${project.version} - test-jar - test - - - com.vaadin.addon vaadin-context-menu - 0.7.4 + ${contextmenu.version} @@ -36,6 +28,7 @@ com.vaadin vaadin-maven-plugin + ${vaadin.plugin.version} @@ -49,4 +42,4 @@ - \ No newline at end of file + -- cgit v1.2.3