Bug#1116773: fixed in libjson-java 3.2.0+dfsg-1

Santiago Vila sanvila at debian.org
Tue Oct 7 00:49:25 BST 2025


reopen 1116773
tags 1116773 patch
thanks

On Sat, Oct 04, 2025 at 01:53:03PM +0000, Debian Bug Tracking System wrote:
>    * Removing the nocheck annotation for the B-D xmlunit (Closes: #1116773)

Hello.

This was not enough to fix the bug. Now it fails in this way:


[ERROR] Failed to execute goal on project json-lib-core: Could not resolve dependencies for project org.kordamp.json:json-lib-core:jar:3.2.0
[ERROR] dependency: xml-apis:xml-apis:jar:debian (test)
[ERROR]         Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact xml-apis:xml-apis:jar:debian has not been downloaded from it before.


For reference, I've put a build log for the 3.2.0+dfsg-1 version
(using the nocheck build profile) in the same directory as before:

https://people.debian.org/~sanvila/build-logs/202509/

The attached patch should fix this (there was only one remaining BD
using the annotation, so apparently there is no other choice).

Thanks.
-------------- next part --------------
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: junit4,
                      libcommons-collections4-java,
                      libcommons-lang3-java,
                      libezmorph-java,
-                     libjaxp1.3-java <!nocheck>,
+                     libjaxp1.3-java,
                      libslf4j-java,
                      libxmlunit-java,
                      libxom-java


More information about the pkg-java-maintainers mailing list