On 2016-11-14 17:04 (-0000), Joey Frazee <joey.fra...@icloud.com> wrote: > The ASF recently reclassified the JSON license for org.json as category-x > because of its "shall be used for Good, not Evil" clause [1]. > > There does not appear to be any direct usage of it in Streams but there are a > number of dependencies in Streams that do depend on org.json, most notably > Twitter4j, and it does appear in the poms.
There are also repackaging like org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar to be aware of, which is used by jackson-datatype-json.org, which at least for Streams 0.4 was referenced here: /org/apache/streams/streams-core/0.4-incubating/streams-core-0.4-incubating.pom: <artifactId>jackson-datatype-json-org</artifactId> /org/apache/streams/streams-provider-moreover/0.4-incubating/streams-provider-moreover-0.4-incubating.pom: <artifactId>jackson-datatype-json-org</artifactId> /org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating.pom: <artifactId>jackson-datatype-json-org</artifactId>