Le 3/01/2016 15:51, Erich Schubert a écrit :

> Maven 3 allows specifying minimum and maximum version dependencies.
> For example, it is possible to specify a junit dependency "[4.8,)" as
> "4.8 and later".

Hi Erich,

What substitution rule did you use for junit in debian/maven.rules? I
suspect that the usual version rule s/4\..*/4.x/ doesn't work because
the version starts with a bracket [ and not 4. Could you try s/.*/4.x/
and see if it works?

Emmanuel Bourg

Reply via email to