Bug#959567: marked as done (dom4j: FTBFS: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':testCompileClasspath'.)

Emmanuel Bourg ebourg at apache.org
Wed May 6 00:06:07 BST 2020


> Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve xml-apis:xml-apis:debian.
> Required by:
>     project : > xalan:xalan:debian > xalan:serializer:debian

The actual issue is with libxalan2-java, because the xalan:serializer
pom depends on xml-apis but the package doesn't depend on
libjaxp1.3-java. Any package depending on xalan is likely to fail similarly.

The xml-apis artifact contains the javax.xml classes now integrated in
the JDK. In most cases this dependency can be dropped (from the poms and
the packages dependencies).

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list