You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2016/05/15 14:36:12 UTC

[jira] [Created] (TAVERNA-970) Upgrade to Jena 3.1.0

Stian Soiland-Reyes created TAVERNA-970:
-------------------------------------------

             Summary: Upgrade to Jena 3.1.0
                 Key: TAVERNA-970
                 URL: https://issues.apache.org/jira/browse/TAVERNA-970
             Project: Apache Taverna
          Issue Type: Task
          Components: Taverna Commandline, Taverna Language, Taverna Maven Parent
            Reporter: Stian Soiland-Reyes
            Assignee: Stian Soiland-Reyes
            Priority: Minor
             Fix For: commandline 3.1.0, parent 3


Jena 3.1.0 has been released. This fixes the OSGi problem of JENA-1139 &  TAVERNA-892 which previously meant we couldn't use 3.0.1.

.. but be aware of JENA-1176 and JENA-1178 which means we need a newer jsonld-java and httpclient (which we use anyway in the command line product).

We also need to now add explicitly a Xerces OSGi bundle, e.g.:

{code:xml}
<dependency>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.xerces</artifactId>
  <version>2.11.0_1</version
</dependency>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)