Skip to content

Commit b756625

Browse files
author
Alexander Pann
committed
mark dependencies as provided in the build script
1 parent 7ca62e9 commit b756625

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)