Hello again,

Sorry, it seems I sent the bug report too early. There should be another change in java/util.pom.xml : the junit artifact misses the "test" scope. Precisely, we should change the junit stanza to

<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <scope>test</scope>
</dependency>

Else, junit would be needed during the build of rdeps even when one would not run any test (DEB_BUILD_OPTIONS=nocheck e.g.).

Thanks again,

--
Pierre

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to