Skip to content

Commit

Permalink
Emulate default maven behaviour and export transitive deps of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 16, 2019
1 parent 3f56851 commit c097df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/java/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def maven_java_import(name, coords, jar, srcjar = None, visibility = None, deps
srcjar = srcjar,
visibility = visibility,
deps = deps,
exports = deps,
)

def maven_java_library(name, coords, **kwargs):
Expand Down

0 comments on commit c097df2

Please sign in to comment.