diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-11 22:00:58 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-07-11 22:00:58 +0300 |
commit | e425e76549d3e022b6da2dd7f0b9ac459ceddee6 (patch) | |
tree | 8ec8a98e903c42ebe25753a5805aa685a503f660 /test | |
parent | 2f34a006ed3d98acd79c48c1a2d8fc680188053a (diff) | |
download | vaadin-framework-e425e76549d3e022b6da2dd7f0b9ac459ceddee6.tar.gz vaadin-framework-e425e76549d3e022b6da2dd7f0b9ac459ceddee6.zip |
Fix CDI and IE11 tests (#11042)
* Set Wildfly version, only resize viewport for Firefox
Diffstat (limited to 'test')
-rw-r--r-- | test/cdi/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml index cfd8f15c90..2a9ae94956 100644 --- a/test/cdi/pom.xml +++ b/test/cdi/pom.xml @@ -12,6 +12,7 @@ <properties> <jetty.skip>true</jetty.skip> + <wildfly.version>12.0.0.Final</wildfly.version> </properties> <dependencies> @@ -38,7 +39,7 @@ <plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> - <version>1.2.0.Final</version> + <version>1.2.2.Final</version> <executions> <execution> <id>start-wildfly</id> |