Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-1720

Apache commons-io needs to be added as dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • Jena 3.12.0
    • None
    • Jena
    • None

    Description

      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.

      Attachments

        Activity

          People

            andy Andy Seaborne
            ebremer Erich Bremer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: