#1 Add JSS's dependencies to the classpath of 389-console
Merged by cipherboy. Opened by cipherboy.
cipherboy/389-console add-jss-deps  into  master

Recently JSS added three dependencies:

These three dependencies shipped in v4.5.0; the current version in Fedora 28 is jss-4.5.0-1.fc28.x86_64. To use this version of jss, these dependencies need to be included in classpath of the calling application alongside the jss4.jar.

This commit adds these dependencies to the build system for 389-console but does not publish a new release of 389-console.

Signed-off-by: Alexander Scheel ascheel@redhat.com

Merging as I validated this affects the build process in the way I'd like and that the results link include the correct jars in the classpath.

Thanks @mreynolds for the review! :)

Pull-Request has been merged by cipherboy