Updated the parent of the blazeds-spring-boot-starter
diff --git a/opt/blazeds-spring-boot-starter/pom.xml b/opt/blazeds-spring-boot-starter/pom.xml
index 5f60c56..9a49f03 100644
--- a/opt/blazeds-spring-boot-starter/pom.xml
+++ b/opt/blazeds-spring-boot-starter/pom.xml
@@ -21,7 +21,7 @@
 
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
-        <artifactId>blazeds</artifactId>
+        <artifactId>flex-messaging-opt</artifactId>
         <version>4.7.3-SNAPSHOT</version>
     </parent>
 
diff --git a/opt/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
index d516828..3d5ad46 100644
--- a/opt/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
@@ -20,6 +20,7 @@
 package org.apache.flex.blazeds.spring;
 
 import flex.messaging.MessageBroker;
+
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
 import org.springframework.context.annotation.Bean;