From ee28311a0674d1babb53be04b61c8d65781f600b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 16 Jan 2017 10:43:57 +0200 Subject: [PATCH] Inherit settings from parent pom (#8240) Without this, maven.compiler.source will not be set to 1.8 which sometimes seems to make Eclipse think it should use Java 5 compiler settings for the project, causing various issues. --- test/widget-set-testutil/pom.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml index 0a81446a54..769d98c4e9 100644 --- a/test/widget-set-testutil/pom.xml +++ b/test/widget-set-testutil/pom.xml @@ -2,26 +2,24 @@ 4.0.0 - com.vaadin vaadin-test-widget-set-testutil - 8.0-SNAPSHOT jar - - - 8.0-SNAPSHOT - + + + com.vaadin + vaadin-test + 8.0-SNAPSHOT + com.vaadin vaadin-server - ${vaadin.version} provided com.vaadin vaadin-testbench-api - ${vaadin.version} provided -- 2.39.5