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/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/pom.xml')
-rw-r--r-- | test/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml index f9b5a2e473..6c01fd7530 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -109,6 +109,7 @@ <module>space in directory</module> <module>vaadinservletconfiguration-widget-set</module> <module>spring-boot</module> + <module>spring-boot-subcontext</module> <module>cdi</module> <!-- Servlet container tests --> |