When I run mvn test I get this warning. How can I fix it?
mvn test
Found multiple occurrences of org.json.JSONObject on the class path: jar:fil
You can exclude android-json module from testImplementation.
android-json
testImplementation
testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: "com.vaadin.external.google", module:"android-json" }