diff options
Diffstat (limited to 'lib/BUILD')
-rw-r--r-- | lib/BUILD | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,16 @@ java_library( ) java_library( + name = "commons-io", + visibility = [ + "//org.eclipse.jgit.archive:__pkg__", + "//org.eclipse.jgit.pgm.test:__pkg__", + "//org.eclipse.jgit.test:__pkg__", + ], + exports = ["@commons-io//jar"], +) + +java_library( name = "commons-codec", visibility = [ "//org.eclipse.jgit:__pkg__", |