From 4852034df2cad35489eb5d358a8ddc0b356d8568 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 14 Dec 2016 13:10:39 +0200 Subject: Add Vaadin Spring dependency version to BOM (#112) * Add Vaadin Spring dependency version to BOM This patch adds a smoke test that check that a basic Vaadin UI loads and communication works. * Remove Maven wrapper from Spring Boot test * Remove .gitignore, add missing newlines * Minor fixes to pom.xml files * Separate vaadin-test from vaadin-root * Fix whitespace --- bom/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'bom/pom.xml') diff --git a/bom/pom.xml b/bom/pom.xml index ebf2eb7d10..35e53ac55d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,6 +5,7 @@ com.vaadin vaadin-parent 1.0.0 + com.vaadin vaadin-bom @@ -13,6 +14,18 @@ Vaadin Framework (Bill of Materials) Vaadin Framework (Bill of Materials) http://vaadin.com + + + 2.0-SNAPSHOT + + + + + vaadin-snapshots + http://oss.sonatype.org/content/repositories/vaadin-snapshots + + + @@ -75,6 +88,25 @@ vaadin-compatibility-client-compiled ${project.version} + + + + + com.vaadin + vaadin-spring-boot-starter + ${vaadin.spring.version} + + + com.vaadin + vaadin-spring-boot + ${vaadin.spring.version} + + + com.vaadin + vaadin-spring + ${vaadin.spring.version} + + -- cgit v1.2.3