GitHub user acoburn opened a pull request:
https://github.com/apache/jena/pull/428
Update OSGi imports
Resolves: JENA-1557
This adds an exclusion for `org.checkerframework.checker.*`, which is now
pulled in by `jena-shaded-guava`. This also adds guava (jsonld-java depends on
this) and commons-compress to the `features.xml` file.
In addition, this reformats the `Import-Package` definition to make it
easier to read (and maintain).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/jena JENA-1557
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/428.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 #428
----
commit 443d5697fc22c90172833695ec0bd01252e80a54
Author: Aaron Coburn <acoburn@...>
Date: 2018-06-06T16:33:47Z
Update OSGi imports
Resolves: JENA-1557
----
---