From d18507f22f849d6c5069f35b91680902eee290dc Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 2 Sep 2020 10:43:21 -0400 Subject: Adding parent pom reference Adding parent pom to cba-assembly-descriptor as it needs to inherit repository from parent so maven-deploy-plugin works Issue-ID: CCSDK-2720 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I44ce3721f280555b81475580ca47539ae83d07ca --- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api') diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 616b8e144..73e838146 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -73,8 +73,7 @@ org.apache.kafka - kafka_2.11 - ${kafka.version} + kafka_2.13 org.slf4j -- cgit 1.2.3-korg