You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Erich Bremer (JIRA)" <ji...@apache.org> on 2019/06/11 18:58:00 UTC

[jira] [Created] (JENA-1720) Apache commons-io needs to be added as dependency

Erich Bremer created JENA-1720:
----------------------------------

             Summary: 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


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)