You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Aaron Coburn (JIRA)" <ji...@apache.org> on 2018/03/16 19:35:00 UTC

[jira] [Created] (JENA-1508) Update OSGi provisioning features

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)