MediathekView
MediathekView copied to clipboard
Fix class path for dependencies
Since 25934bc dependencies are not bundled in the jar anymore but have their own respectve jar file in the build output directory under dependency. This change adds that directory to the class path in the manifest.
Fixes #795