Details
-
Task
-
Status: Done
-
Minor
-
Resolution: Done
-
None
-
None
Description
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.:
<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xerces</artifactId> <version>2.11.0_1</version </dependency>