Upgrade Spring Boot from 1.5.x to 2.1.6
[aai/babel.git] / src / main / java / org / onap / aai / babel / BabelApplication.java
index e524e6e..b3eaee4 100644 (file)
@@ -26,7 +26,7 @@ import org.eclipse.jetty.util.security.Password;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.boot.builder.SpringApplicationBuilder;
-import org.springframework.boot.web.support.SpringBootServletInitializer;
+import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
 import org.springframework.context.ConfigurableApplicationContext;
 import org.springframework.context.annotation.ImportResource;