From 2bba4042c5e61273595c69e6d26c47f4be58a792 Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Wed, 14 Jul 2021 15:16:40 +0100 Subject: DMAAP - Kafka issue fix Change-Id: I74150adc67d880cd5e37d858c2688ee8ed060c12 Signed-off-by: david.mcweeney@est.tech Issue-ID: DMAAP-209 --- pom.xml | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 62c0288..be2e4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** 1.6.4 + 11 + 11 @@ -68,6 +70,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compiler.source} + ${maven.compiler.target} + + org.jacoco jacoco-maven-plugin @@ -181,6 +191,13 @@ + + maven-deploy-plugin + 3.0.0-M1 + + true + + -- cgit 1.2.3-korg