diff options
author | Taka Cho <takamune.cho@att.com> | 2019-03-15 14:10:08 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-03-15 14:12:10 -0400 |
commit | 9444b331a86ad1ce1c756103e7b475a12ba78e04 (patch) | |
tree | 915501fc2cebe8fd5af0641b86b2440b75fa412a /CdtProxyService | |
parent | af56b68e030085aa523152e83811705636ead79c (diff) |
fix nexusiq in CDT
upgrade to the latest version
for spring-boot-starter-parent
2.1.3.RELEASE
Change-Id: I371aa76728f78f3ed00eed99c38a63ab749c088b
Issue-ID: APPC-1541
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'CdtProxyService')
-rw-r--r-- | CdtProxyService/pom.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 4005240..4f05c1a 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -57,7 +57,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.4.RELEASE</version> + <version>2.1.3.RELEASE</version> </parent> <dependencyManagement> <dependencies> @@ -72,29 +72,22 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>5.0.10.RELEASE</version> + <version>2.1.3.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.google.guava</groupId> |