Browse Source

Add missing slf4j dependency in BUCK file for jgit-lfs-server

Change-Id: I0c7fcae123f94ebd8e5eb2700e3d601a1b199be9
Signed-off-by: Zhen Chen <czhen@google.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.7.0.201704051617-r
Zhen Chen 7 years ago
parent
commit
d3148f9410
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      org.eclipse.jgit.lfs.server/BUCK

+ 2
- 1
org.eclipse.jgit.lfs.server/BUCK View File

@@ -11,7 +11,8 @@ java_library(
'//org.eclipse.jgit.lfs:jgit-lfs',
'//lib:gson',
'//lib:httpcore',
'//lib:servlet-api'
'//lib:servlet-api',
'//lib:slf4j-api'
],
visibility = ['PUBLIC'],
)

Loading…
Cancel
Save