From 0bc7fb540a4ac79c4697b0244a10a9169b86af25 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 14 Dec 2023 08:48:16 +0100 Subject: [PATCH] client/pom.xml: fix code coverage is not updated in some modules (#8346) This PR fixes that code coverage is not updated in some modules The following modules should have better code coverage with this PR cloud-agent cloud-api cloud-core cloud-framework-cluster cloud-framework-config cloud-framework-db cloud-framework-events cloud-framework-jobs cloud-framework-managed-context cloud-framework-security cloud-usage cloud-utils --- client/pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/client/pom.xml b/client/pom.xml index a7665e8e3e8..f0ba65e0a8c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -71,6 +71,56 @@ mysql mysql-connector-java + + org.apache.cloudstack + cloud-agent + ${project.version} + + + org.apache.cloudstack + cloud-api + ${project.version} + + + org.apache.cloudstack + cloud-core + ${project.version} + + + org.apache.cloudstack + cloud-framework-cluster + ${project.version} + + + org.apache.cloudstack + cloud-framework-config + ${project.version} + + + org.apache.cloudstack + cloud-framework-db + ${project.version} + + + org.apache.cloudstack + cloud-framework-events + ${project.version} + + + org.apache.cloudstack + cloud-framework-jobs + ${project.version} + + + org.apache.cloudstack + cloud-framework-managed-context + ${project.version} + + + org.apache.cloudstack + cloud-framework-security + ${project.version} + org.apache.cloudstack cloud-framework-spring-module @@ -81,6 +131,11 @@ cloud-framework-spring-lifecycle ${project.version} + + org.apache.cloudstack + cloud-plugin-storage-volume-adaptive + ${project.version} + org.apache.cloudstack cloud-plugin-storage-volume-solidfire @@ -602,6 +657,16 @@ cloud-plugin-storage-object-simulator ${project.version} + + org.apache.cloudstack + cloud-usage + ${project.version} + + + org.apache.cloudstack + cloud-utils + ${project.version} + @@ -911,6 +976,7 @@ mysql:mysql-connector-java org.apache.cloudstack:cloud-plugin-storage-volume-storpool org.apache.cloudstack:cloud-plugin-storage-volume-linstor + org.apache.cloudstack:cloud-usage com.linbit.linstor.api:java-linstor diff --git a/pom.xml b/pom.xml index 6200b8cabe4..2f3061d3513 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 1.8 3.0.0 3.1.0 - 0.8.8 + 0.8.11 3.8.1 3.1.1 2.22.2