Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Orion
-
Orion.Cycle8.Sprint
-
Large (6-10)
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