[
https://issues.apache.org/jira/browse/JENA-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861413#comment-16861413
]
A. Soroka commented on JENA-1720:
---------------------------------
Looking at [the
code|https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/writer/JsonLDWriter.java#L180],
it appears that the error is thrown out of {{jsonld-java}}, the library that
Jena uses to read and write JSON-LD. I'm not sure why that would happen--
[~andy.seaborne], do you think it might be connected with [this
PR|https://github.com/apache/jena/pull/549] where we upgraded {{jsonld-java}}?
> Apache commons-io needs to be added as dependency
> -------------------------------------------------
>
> Key: JENA-1720
> URL: https://issues.apache.org/jira/browse/JENA-1720
> Project: Apache Jena
> Issue Type: Bug
> Components: Jena
> Affects Versions: Jena 3.12.0
> Reporter: Erich Bremer
> Priority: Minor
>
> In using RDFDataMgr.write(out, m, RDFFormat.JSONLD_PRETTY)
> to write out a Model as jsonld, an error was generated for a missing library
> found in apache commons-io. Adding
> <dependency>
> <groupId>commons-io</groupId>
> <artifactId>commons-io</artifactId>
> <version>2.6</version>
> </dependency>
> to my maven project resolved the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)