Aaron Coburn created JENA-1508:
----------------------------------
Summary: Update OSGi provisioning features
Key: JENA-1508
URL: https://issues.apache.org/jira/browse/JENA-1508
Project: Apache Jena
Issue Type: Improvement
Components: OSGi
Affects Versions: Jena 3.6.0
Reporter: Aaron Coburn
Fix For: Jena 3.7.0
Deploying Jena in an OSGi container (such as Karaf) using the provided
features.xml artifact fails because of a dependency on theĀ
com.google.errorprone.annotations.concurrent package (this comes as an optional
dependency of guava: it is not directly used in the Jena codebase).
By indicating that this package is optional, the error goes away.
Secondarily, the 3.7.0 SNAPSHOT contains a new dependency on commons-codec,
which should be added to the features.xml file.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)