make optional import that's optionally used by `Class.forName` (dbus lib) (#562)

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
pull/570/head
Markus Rathgeb 2019-02-11 17:19:47 +00:00 committed by Kai Kreuzer
parent e2030d4edc
commit 2535d3dd50
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ Export-Package: \
Import-Package: \
cx.ath.matthew.debug.*;resolution:=optional,\
cx.ath.matthew.utils.*;resolution:=optional,\
com.sun.security.auth.module.*;resolution:=optional,\
*