Expose jsr305 in plugin API

This allows plugins to make use of functionality provided by this
library, such as `NotThreadSafe`.

Change-Id: If2f473ec0ba5ac10aebd3fc6a5f376d664d0e10b
This commit is contained in:
Paladox none 2019-06-28 20:49:14 +00:00 committed by David Pursehouse
parent 144ea20e84
commit e0e0bbc0b9

View File

@ -32,6 +32,7 @@ EXPORTS = [
"//lib/jgit/org.eclipse.jgit.http.server:jgit-servlet",
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/joda:joda-time",
"//lib:jsr305",
"//lib/log:api",
"//lib/log:log4j",
"//lib/mina:sshd",