GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/341
GUACAMOLE-670: Add slf4j logging to CAS and RADIUS modules
Looks like there are some differing versions of slf4j getting pulled into
some of the extension modules by other dependencies, and causing errors to
occur when loading the modules. This adds the explicit dependency to the
pom.xml files for the modules exhibiting these issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client jira/670
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/341.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #341
----
commit 73744d22f955b7b1522a2152ccb2cd01cb86837e
Author: Nick Couchman <vnick@...>
Date: 2018-12-02T20:43:12Z
GUACAMOLE-670: Add slf4j logging to modules to avoid pulling in conflicting
versions.
----
---