diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-12-29 10:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-29 10:53:45 +0200 |
commit | a0150a9899afd1d6e1251d9281262eddafd1d417 (patch) | |
tree | 0a88121a12ba762d49f02840c9de5840df4fe175 /test/cdi/pom.xml | |
parent | d5198e67ef0a1e72dda43f3a692cd52a1b6b9e93 (diff) | |
download | vaadin-framework-a0150a9899afd1d6e1251d9281262eddafd1d417.tar.gz vaadin-framework-a0150a9899afd1d6e1251d9281262eddafd1d417.zip |
Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226)
This patch also adds tests for PushState and URI Fragment navigation with CDI.
Diffstat (limited to 'test/cdi/pom.xml')
-rw-r--r-- | test/cdi/pom.xml | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml index 3fd5a0a2c9..3462974b74 100644 --- a/test/cdi/pom.xml +++ b/test/cdi/pom.xml @@ -10,6 +10,9 @@ <artifactId>vaadin-test-cdi</artifactId> <packaging>war</packaging> + <properties> + <jetty.skip>true</jetty.skip> + </properties> <dependencies> <dependency> @@ -32,26 +35,10 @@ <build> <finalName>ROOT</finalName> <plugins> - <!-- Disable jetty-plugin --> - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>${jetty.version}</version> - <executions> - <execution> - <id>start-jetty</id> - <phase /> - </execution> - <execution> - <id>stop-jetty</id> - <phase /> - </execution> - </executions> - </plugin> <plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> - <version>1.0.2.Final</version> + <version>1.2.0.Final</version> <executions> <execution> <id>start-wildfly</id> |