upgrade spring boot to v1.5.19 65/84265/1
authorrenealr <reneal.rogers@amdocs.com>
Thu, 4 Apr 2019 17:40:09 +0000 (13:40 -0400)
committerrenealr <reneal.rogers@amdocs.com>
Thu, 4 Apr 2019 17:40:41 +0000 (13:40 -0400)
Issue-ID: AAI-2317

Change-Id: Id3bc9705e53e3d58b2765ba8a05f45abf4079f90
Signed-off-by: renealr <reneal.rogers@amdocs.com>
sparkybe-onap-application/pom.xml
sparkybe-onap-service/pom.xml

index 1916948..70c303e 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.5.18.RELEASE</version>
+               <version>1.5.19.RELEASE</version>
        </parent>
 
        <groupId>org.onap.aai.sparky-be</groupId>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
+                       <exclusions>
+                       <exclusion>
+                               <groupId>org.springframework.boot</groupId>
+                               <artifactId>spring-boot-starter-tomcat</artifactId>
+                       </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-jetty</artifactId>
                </dependency>
 
                <dependency>
index c27c51c..d558246 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.5.18.RELEASE</version>
+               <version>1.5.19.RELEASE</version>
        </parent>
 
        <groupId>org.onap.aai.sparky-be</groupId>
@@ -64,6 +64,17 @@ some of the depedencies should probably have a scope of provided so they don't a
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
+                       <exclusions>
+                       <exclusion>
+                               <groupId>org.springframework.boot</groupId>
+                               <artifactId>spring-boot-starter-tomcat</artifactId>
+                       </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-jetty</artifactId>
                </dependency>
 
                <dependency>