From 065220c0fa0ea774108f53b7928aabdd7c9c8df6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 4 Nov 2013 22:05:08 -0800 Subject: [PATCH] Add spring-boot-starter-mobile --- spring-boot-starters/pom.xml | 1 + .../spring-boot-starter-mobile/pom.xml | 31 +++++++++++++++++++ .../spring-boot-starter-parent/pom.xml | 5 +++ 3 files changed, 37 insertions(+) create mode 100644 spring-boot-starters/spring-boot-starter-mobile/pom.xml diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 23d801f9d72..31d622866ad 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -23,6 +23,7 @@ spring-boot-starter-jdbc spring-boot-starter-jetty spring-boot-starter-logging + spring-boot-starter-mobile spring-boot-starter-actuator spring-boot-starter-parent spring-boot-starter-security diff --git a/spring-boot-starters/spring-boot-starter-mobile/pom.xml b/spring-boot-starters/spring-boot-starter-mobile/pom.xml new file mode 100644 index 00000000000..ccc4b2fa75c --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-mobile/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starters + 0.5.0.BUILD-SNAPSHOT + + spring-boot-starter-mobile + jar + + ${basedir}/../.. + + + + ${project.groupId} + spring-boot-starter + ${project.version} + + + ${project.groupId} + spring-boot-starter-web + ${project.version} + + + org.springframework.mobile + spring-mobile-device + + + diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index e4b52badc9d..2b1cf530ea3 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -108,6 +108,11 @@ spring-boot-starter-websocket 0.5.0.BUILD-SNAPSHOT + + org.springframework.boot + spring-boot-starter-mobile + 0.5.0.BUILD-SNAPSHOT +