diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-13 09:44:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 09:44:32 +0300 |
commit | 569072dccd09a018850abb3a7f9d39373c082d4f (patch) | |
tree | 03b19813308487fa1f83437edc0f75ee692511dc /test/spring-boot/pom.xml | |
parent | c147b5d85bca3ddf30d9adbcd268066165889f37 (diff) | |
download | vaadin-framework-569072dccd09a018850abb3a7f9d39373c082d4f.tar.gz vaadin-framework-569072dccd09a018850abb3a7f9d39373c082d4f.zip |
Add Navigator testing to Spring Boot test (#10174)
Diffstat (limited to 'test/spring-boot/pom.xml')
-rw-r--r-- | test/spring-boot/pom.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml index 10aa184aed..40d50437b3 100644 --- a/test/spring-boot/pom.xml +++ b/test/spring-boot/pom.xml @@ -19,6 +19,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <spring.boot.version>1.5.1.RELEASE</spring.boot.version> + <jetty.skip>true</jetty.skip> </properties> <dependencies> @@ -59,23 +60,6 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring.boot.version}</version> </plugin> - - <!-- 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> </plugins> </build> |