diff options
author | renealr <reneal.rogers@amdocs.com> | 2019-04-03 18:33:00 -0400 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2019-04-03 18:35:03 -0400 |
commit | 8b95aeb7001d06e2094ae18697c63cb04156411b (patch) | |
tree | 6a254949039ca24207fd4defcea47bc6c6353e0e /pom.xml | |
parent | 054076beaac949cc00035f6d6b9374e8ba752db3 (diff) |
upgrade spring boot to 1.5.19
Issue-ID: AAI-2245
Change-Id: I2fbc1c422fed039a0a33c9bc40251a4c20382748
Signed-off-by: renealr <reneal.rogers@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.15.RELEASE</version> + <version>1.5.19.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> @@ -110,7 +110,17 @@ limitations under the License. <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> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> |