From f49ad8ad1ef031f803a0c37fb810a04c7e1ddf1a Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Wed, 11 Sep 2024 21:29:14 +0530 Subject: [PATCH] Remove unnecessary jacoco-maven-plugin dependency --- .../pom.xml | 18 +++++++++++++ .../pom.xml | 18 +++++++++++++ .../pom.xml | 5 ---- .../src/test/resources/testng.xml | 26 +++++++++++++++++++ .../pom.xml | 5 ---- .../pom.xml | 5 ---- .../pom.xml | 5 ---- .../pom.xml | 5 ---- pom.xml | 5 ---- 9 files changed, 62 insertions(+), 30 deletions(-) create mode 100644 components/org.wso2.carbon.identity.client.attestation.filter/src/test/resources/testng.xml diff --git a/components/org.wso2.carbon.identity.api.server.dcr/pom.xml b/components/org.wso2.carbon.identity.api.server.dcr/pom.xml index 9c782ea0426..e53ee689f9a 100644 --- a/components/org.wso2.carbon.identity.api.server.dcr/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.dcr/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml b/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml index a81cef3ebca..d8f46ed0d34 100644 --- a/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml @@ -1,4 +1,22 @@ + 4.0.0 diff --git a/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml b/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml index e594f3bcf77..e437477d644 100644 --- a/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml +++ b/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml @@ -85,11 +85,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - diff --git a/components/org.wso2.carbon.identity.client.attestation.filter/src/test/resources/testng.xml b/components/org.wso2.carbon.identity.client.attestation.filter/src/test/resources/testng.xml new file mode 100644 index 00000000000..3d3083ab6f0 --- /dev/null +++ b/components/org.wso2.carbon.identity.client.attestation.filter/src/test/resources/testng.xml @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml b/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml index b52b7b79b2e..b9a44a45c6e 100644 --- a/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml @@ -50,11 +50,6 @@ spring-web provided - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - diff --git a/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml index 8b7ee4204f9..0e0e7c92c98 100644 --- a/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml @@ -107,11 +107,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - diff --git a/components/org.wso2.carbon.identity.oauth.extension/pom.xml b/components/org.wso2.carbon.identity.oauth.extension/pom.xml index 4f0addda480..b2f67d4c1fd 100644 --- a/components/org.wso2.carbon.identity.oauth.extension/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.extension/pom.xml @@ -44,11 +44,6 @@ testng test - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - diff --git a/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml index 7b4c14a65c4..10b3f78c39f 100644 --- a/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml @@ -145,11 +145,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - diff --git a/pom.xml b/pom.xml index be7190ca276..c029a75e4f6 100644 --- a/pom.xml +++ b/pom.xml @@ -732,11 +732,6 @@ org.wso2.carbon.identity.configuration.mgt.core ${carbon.identity.framework.version} - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} -