Skip to content

Commit 05b974e

Browse files
author
Alexander Pann
authored
Merge pull request #315 from mbeddr/bugfix/mark_dependencies_as_provided
Mark dependencies as provided in the build script
2 parents 7ca62e9 + b756625 commit 05b974e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ publishing {
395395
dependencyNode.appendNode('artifactId', it.moduleName)
396396
dependencyNode.appendNode('version', it.moduleVersion)
397397
dependencyNode.appendNode('type', it.moduleArtifacts[0].type)
398+
dependencyNode.appendNode('scope', 'provided')
398399
}
399400
}
400401

0 commit comments

Comments
 (0)