Aaron Coburn created JENA-1742:
----------------------------------
Summary: Fix OSGi imports
Key: JENA-1742
URL: https://issues.apache.org/jira/browse/JENA-1742
Project: Apache Jena
Issue Type: Improvement
Components: OSGi
Affects Versions: Jena 3.12.0
Reporter: Aaron Coburn
Fix For: Jena 3.13.0
The Jena 3.12.0 OSGi artifact introduces two new, unused package imports:
com.google.appengine.api and com.google.apphosting.api
It is a little unclear to me where these are pulled from, but they certainly
are not used anywhere in the runtime code. In all likelihood, they are an
optional transitive dependency, but they make it harder to run Jena in an OSGi
context.
I would suggest adding an explicit exclusion for these packages in the OSGi
module.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)