Skip to content

Commit

Permalink
[Issue-126] Remove the test dependencies in pom file (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: thekingofcity <3353040+thekingofcity@users.noreply.github.com>
  • Loading branch information
thekingofcity authored Oct 21, 2021
1 parent 9188394 commit 73ec7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73ec7c6

Please sign in to comment.