commit | 180f1bea82a09e127ed4b2ce787d13ee1abeb95c | [log] [tgz] |
---|---|---|
author | Romain Grecourt <romain.grecourt@oracle.com> | Fri Dec 21 00:50:49 2018 -0800 |
committer | Maxim Nesen <24524084+senivam@users.noreply.github.com> | Fri Dec 21 09:50:49 2018 +0100 |
tree | 90a38a5242866105f139bb9fed8314a0274cddf9 | |
parent | 49bd93a26b8d33c7de43c3dfcdc9ed7676180379 [diff] |
Pom fixes (#4013) * add provided scope back on jaxb-api * make the jersey-bom NOT inherit the jersey parent pom, it adds non desired dependency management * make hk2-config optional to cut it from the exposed dependencies * add version in bom/pom.xml explicitly to not use the one from the parent Signed-off-by: Romain Grecourt <romain.grecourt@oracle.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.