diff options
author | Saša Živkov <sasa.zivkov@sap.com> | 2016-02-12 17:01:09 +0100 |
---|---|---|
committer | Saša Živkov <sasa.zivkov@sap.com> | 2016-02-12 17:10:34 +0100 |
commit | fdeaf26f54b43272249e1d65a6930b26c63556fa (patch) | |
tree | ee622a9fb46f97fc83dec8b7fe017356c84b9457 /org.eclipse.jgit.http.test | |
parent | 4dcf34eddfd0d7c52d252e5528e67ad2d3f0869f (diff) | |
download | jgit-fdeaf26f54b43272249e1d65a6930b26c63556fa.tar.gz jgit-fdeaf26f54b43272249e1d65a6930b26c63556fa.zip |
Fix buck classpath for tests
Change-Id: Idd2c22bbd2c81311c87a205fe707770300ec8f0c
Diffstat (limited to 'org.eclipse.jgit.http.test')
-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'], ) |