Moved the spring-boot integration to the opt packages.
diff --git a/blazeds-spring-boot-starter/pom.xml b/opt/blazeds-spring-boot-starter/pom.xml
similarity index 100%
rename from blazeds-spring-boot-starter/pom.xml
rename to opt/blazeds-spring-boot-starter/pom.xml
diff --git a/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java b/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java
similarity index 100%
rename from blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java
rename to opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java
diff --git a/opt/pom.xml b/opt/pom.xml
index a60b265..6800198 100755
--- a/opt/pom.xml
+++ b/opt/pom.xml
@@ -35,6 +35,7 @@
 		<!--module>websphere</module-->
 		<!--module>weblogic</module-->
 		<!--module>oracle</module-->
+		<module>blazeds-spring-boot-starter</module>
 	</modules>
 
 	<dependencies>
diff --git a/pom.xml b/pom.xml
index 1e874a2..5570784 100755
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,6 @@
 		<module>remoting</module>
 		<module>opt</module>
 		<module>testsuite</module>
-		<module>blazeds-spring-boot-starter</module>
 	</modules>
 
 	<build>