From f10722ecdd3c1da67548ab267f9a7b5e0e19b162 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 12 Apr 2023 15:06:31 -0400 Subject: Fix code coverage issue in ccsdk/apps Sonar build for ccsdk/apps shows errors due to use of an old jacoco version that does not support Java 17. Upgraded jacoco to version 0.8.8 to correct this error. Issue-ID: CCSDK-3888 Signed-off-by: Dan Timoney Change-Id: I60062e42127d9612392364dc1bc9557aa34a0137 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dde68238..2c830ab5 100755 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ That issue has been fixed in 0.8.3 , so we override the default ONAP version here to pick up that fix --> ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 0.8.3 + 0.8.8 2.9.0 -- cgit 1.2.3-korg