From 73ec7c6126181ea5ca1f176d30c01dd79a40d19c Mon Sep 17 00:00:00 2001 From: thekingofcity <3353040+thekingofcity@users.noreply.github.com> Date: Thu, 21 Oct 2021 10:48:25 +0800 Subject: [PATCH] [Issue-126] Remove the test dependencies in pom file (#127) Signed-off-by: thekingofcity <3353040+thekingofcity@users.noreply.github.com> --- gradle/maven.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/maven.gradle b/gradle/maven.gradle index f803dbb..c47a6d7 100644 --- a/gradle/maven.gradle +++ b/gradle/maven.gradle @@ -98,7 +98,7 @@ tasks.withType(Upload) { } } - pom.scopeMappings.mappings.remove(configurations.testCompile) + pom.scopeMappings.mappings.remove(configurations.testImplementation) pom.withXml { xml -> // add the 'provided' dependencies based on the 'shadowOnly' configuration