From 8560bd30c537ef00178ce94856ec61e0cbc5988a Mon Sep 17 00:00:00 2001 From: Guille Date: Wed, 8 Aug 2018 09:12:37 +0300 Subject: [PATCH] Add module for `vaadin-spring-boot-starter` (#266) (#273) Fixes #272 --- pom.xml | 1 + vaadin-spring-boot-starter/pom.xml | 67 ++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 vaadin-spring-boot-starter/pom.xml diff --git a/pom.xml b/pom.xml index 20269b018..6efee164a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ vaadin-platform-test vaadin-testbench vaadin-maven-plugin + vaadin-spring-boot-starter diff --git a/vaadin-spring-boot-starter/pom.xml b/vaadin-spring-boot-starter/pom.xml new file mode 100644 index 000000000..bf6c1906f --- /dev/null +++ b/vaadin-spring-boot-starter/pom.xml @@ -0,0 +1,67 @@ + + + 4.0.0 + + com.vaadin + vaadin-platform-parent + 10.0-SNAPSHOT + + + vaadin-spring-boot-starter + Spring Boot Starter + Spring Boot Starter for Vaadin Flow applications. + + + + vaadin-snapshots + https://oss.sonatype.org/content/repositories/vaadin-snapshots/ + + false + + + true + + + + vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases + + + + + 2.0.2.RELEASE + + + + + + com.vaadin + vaadin-spring-bom + pom + import + ${project.version} + + + + + + + com.vaadin + vaadin-spring + + + com.vaadin + vaadin-core + + + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot.version} + + + + + \ No newline at end of file