From 5c094c6adc53d958b2079de67d9d26242e10d7ef Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 31 Jan 2020 14:41:41 -0500 Subject: Spring boot, Kotlin version upgrades Dependent Patch : https://gerrit.onap.org/r/c/ccsdk/parent/+/100990 Fixed Jackson set method according to latest version. Fixed Security properties issues for failed JUnit test cases. Reused maven properties from parent for Spring boot, Nats, Kafka, etc Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh Change-Id: I04bb0e535161e05897f587a0f08a2689e10c5f41 --- ms/blueprintsprocessor/parent/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ms/blueprintsprocessor/parent/pom.xml') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 403689c23..ecbda122d 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -42,8 +42,6 @@ 2.9.2 - 2.2.6.RELEASE - 2.2.0 1.0.0 1.2.2 @@ -90,7 +88,7 @@ org.springframework.kafka spring-kafka - ${spring.kafka.version} + ${spring-kafka.version} @@ -649,7 +647,7 @@ org.springframework.kafka spring-kafka-test - ${spring.kafka.version} + ${spring-kafka.version} test -- cgit 1.2.3-korg