From a4f32584755cfd6387e45b94c8f0b502bbf4296c Mon Sep 17 00:00:00 2001
From: DilshanSenarath <74205483+DilshanSenarath@users.noreply.github.com>
Date: Fri, 11 Oct 2024 14:28:20 +0530
Subject: [PATCH] exclude service and data holder classes
---
components/email-mgt/org.wso2.carbon.email.mgt/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/components/email-mgt/org.wso2.carbon.email.mgt/pom.xml b/components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
index 72c50975..1574cbed 100644
--- a/components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
+++ b/components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
@@ -257,6 +257,12 @@
org.jacoco
jacoco-maven-plugin
${jacoco.version}
+
+
+ org/wso2/carbon/email/mgt/internal/I18nMgtServiceComponent.class
+ org/wso2/carbon/email/mgt/internal/I18nMgtDataHolder.class
+
+