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
+