diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-27 11:36:02 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-06-27 11:36:02 +0300 |
commit | 54ae358e344f813682e93fb7e24e3c679620f1f2 (patch) | |
tree | a0aa5ba74c4f62766ac57b25a3d252ddc35192db /uitest/pom.xml | |
parent | dee4a2caa80066bcdd031ec445c8bf80ba313ab9 (diff) | |
download | vaadin-framework-54ae358e344f813682e93fb7e24e3c679620f1f2.tar.gz vaadin-framework-54ae358e344f813682e93fb7e24e3c679620f1f2.zip |
Fix valdiation builds to use correct browser (#11000)
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 4a859230cc..630d83144d 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -30,11 +30,6 @@ </repository> </repositories> - <prerequisites> - <!-- phantomjs-maven-plugin required maven 3.1 or newer --> - <maven>3.1</maven> - </prerequisites> - <dependencies> <!-- API DEPENDENCIES --> @@ -321,7 +316,6 @@ <browsers.exclude>${browsers.exclude}</browsers.exclude> <categories.include>${categories.include}</categories.include> <categories.exclude>${categories.exclude}</categories.exclude> - <useLocalWebDriver>${useLocalWebDriver}</useLocalWebDriver> <browserstack.identifier>${browserstack.identifier}</browserstack.identifier> </systemPropertyVariables> <includes> |