commit | 38d081986b07ba56c4c5dfb29a8f266880cdaec1 | [log] [tgz] |
---|---|---|
author | Jonathan Leitschuh <jonathan.leitschuh@gmail.com> | Mon Feb 17 17:29:48 2020 -0500 |
committer | GitHub <noreply@github.com> | Mon Feb 17 23:29:48 2020 +0100 |
tree | ee42ecdf70839c99f6a19453111175f8c6fa3aed | |
parent | 706c01c799862dee86b9465de64baef44cf61ce7 [diff] |
Use HTTPS to resolve dependencies in Maven Build (#4391) * Use HTTPS instead of HTTP to resolve dependencies This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com> * Update pom.xml Co-authored-by: Maxim Nesen <24524084+senivam@users.noreply.github.com>
Jersey is a REST framework that provides JAX-RS Reference Implementation and more. Jersey provides its own APIs that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.
Goals of Jersey project can be summarized in the following points:
Jersey is licensed under a dual license - EPL 2.0 and GPL 2.0 with Class-path Exception. That means you can choose which one of the two suits your needs better and use it under those terms.
We use contribution policy, which means we can only accept contributions under the terms of ECA.
See the Jersey website to access Jersey documentation. If you run into any issues or have questions, ask at jersey-dev@eclipse.org, StackOverflow or file an issue on Jersey GitHub Project.