diff options
Diffstat (limited to 'org.eclipse.jgit.http.test/BUCK')
-rw-r--r-- | org.eclipse.jgit.http.test/BUCK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/BUCK b/org.eclipse.jgit.http.test/BUCK index d2ced7a247..d65cdadfc2 100644 --- a/org.eclipse.jgit.http.test/BUCK +++ b/org.eclipse.jgit.http.test/BUCK @@ -23,6 +23,7 @@ for t in TESTS: '//lib/jetty:servlet', '//lib/jetty:security', '//lib/jetty:util', + '//lib:commons-logging', ], source_under_test = ['//org.eclipse.jgit.http.server:jgit-servlet'], ) |