Fixes #66 by removing Trident as a dependency from app, and excluding its transitive dependencies on android and SWT x86 and x86_64.
This project does not use android, nor SWT (the Eclipse Standard Widget Toolkit).
I have compiled and tested the jar, and confirmed it still works without those dependencies.
A few extra dependencies are gone as well, which is every dependency from android.
The resulting jar is now 27MB instead of 35MB.
It still includes Trident with its BSD license. So that still needs to be adressed.
Fixes #66 by removing
Trident
as a dependency fromapp
, and excluding its transitive dependencies onandroid
and SWTx86
andx86_64
.This project does not use android, nor SWT (the Eclipse Standard Widget Toolkit).
I have compiled and tested the jar, and confirmed it still works without those dependencies. A few extra dependencies are gone as well, which is every dependency from android.
The resulting jar is now 27MB instead of 35MB.
It still includes
Trident
with its BSD license. So that still needs to be adressed.