Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-15900

Consolidate json-lib to org json (all but cms)

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 16.2.0
    • None

    Description

      As discovered during CMS-15882, dependency

          <dependency>
            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <classifier>jdk15</classifier>
          </dependency>
      

      has moved to org.json:json and is discontinued.
      (actually, it is continued on https://github.com/kordamp/json-lib but using that leads to a rewrite as well; packages have changed)

      See https://mvnrepository.com/artifact/net.sf.json-lib/json-lib

      brXM uses both: we should consolidate.
      The means using only

          <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
          </dependency>
      

      and the changing imports as well

      Attachments

        Issue Links

          Activity

            People

              jhoffman Jeroen Hoffman
              jhoffman Jeroen Hoffman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: