[AAI-2536] | Update to spring-boot 2.1.12.RELEASE 14/102214/3
authorSneha Dantkale <Sneha.dantkale@amdocs.com>
Mon, 24 Feb 2020 10:27:55 +0000 (15:57 +0530)
committerSneha Dantkale <sneha.dantkale@amdocs.com>
Tue, 25 Feb 2020 14:51:16 +0000 (14:51 +0000)
Issue-ID: AAI-2536
Change-Id: Ie816ebc33d513ecfa2d4dd01344b64ec6ede7874
Signed-off-by: Sneha Dantkale <Sneha.dantkale@amdocs.com>
pom.xml
src/main/java/org/onap/aai/datarouter/Application.java

diff --git a/pom.xml b/pom.xml
index b110beb..e961bc9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
-      <version>1.5.21.RELEASE</version>
+      <version>2.1.12.RELEASE</version>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
@@ -35,7 +35,7 @@ limitations under the License.
 
     <properties>
         <java.version>1.8</java.version>
-        <camel-spring-boot.version>2.21.1</camel-spring-boot.version>
+        <camel-spring-boot.version>2.22.5</camel-spring-boot.version>
         <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
         <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>
            property, below. PLEASE, NOTE: If your ${project.version} is a "-SNAPSHOT"
index d217a2f..d27a4a2 100644 (file)
@@ -29,7 +29,7 @@ import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.boot.builder.SpringApplicationBuilder;
 import org.springframework.boot.web.servlet.ServletRegistrationBean;
-import org.springframework.boot.web.support.SpringBootServletInitializer;
+import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
 import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.ComponentScan;
 import org.springframework.context.annotation.PropertySource;