GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/85
GUACAMOLE-131: Migrate to Webjars for JavaScript library dependencies.
This change migrates to Webjars (http://www.webjars.org/) for the
JavaScript library dependencies, and upgrades messageformat.js to 1.0.2, which
is now MIT-licensed. Serving the static files provided by each Webjar requires
using the `WebjarServlet`, in our case mapped by Guice. Lacking this, the
static files are unreachable.
I needed to exclude two dependencies:
1. `angular`, which was being pulled in at version 1.3.0-beta9 due to
`angular-module-shim`.
2. `messageformat`, which was being pulled in at version 0.1.7 due to
`angular-translate-interpolation-messageformat`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
maven-js-libs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/85.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 #85
----
commit 9175ebf5d0fff699c6aed39b3b09131f3dfe1347
Author: Michael Jumper <[email protected]>
Date: 2016-11-27T04:27:39Z
GUACAMOLE-131: Migrate to Webjars for JavaScript library dependencies.
Upgrade messageformat.js to 1.0.2, which is now MIT-licensed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---