Closed as not planned
Closed as not planned
Description
The org.json
package is split between jsonassert
and android.json
.
I am validating this with a tool I wrote
- https://github.com/bowbahdoe/jresolve-cli
bash < <(curl -s https://raw.githubusercontent.com/bowbahdoe/jresolve-cli/main/install)
jresolve --output-directory libs \
pkg:maven/org.springframework.boot/[email protected]
pkg:maven/org.springframework.boot/[email protected]
java --module-path libs --add-modules spring.boot.test
java --module-path libs --add-modules spring.boot.test
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules jsonassert and android.json export package org.json to module spring.boot.starter