After updating to Maven 3.8.3, we have several warnings regarding the relocation of artifacts in our Maven builds. See for example the output of using Maven’s dependency plugin to analyze the dependency usage of an empty Maven project:
$ mvn dependency:analyze [INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ relocation-messages --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [INFO] No dependency problems foundRead more