[Bug 619709] [NEW] POM file depends on junit:junit:jar:debian artifact, which is not available in the package

Launchpad Bug Tracker 619709 at bugs.launchpad.net
Wed Aug 18 19:25:15 BST 2010


You have been subscribed to a public bug by Fabrice Coutadeur (fabricesp):

Binary package hint: javacc

Hello,
the POM file for javacc, located
at /usr/share/maven-repo/net/java/dev/javacc/javacc/debian/javacc-debian.pom , lists the artifact junit:junit:jar:debian as a dependency. This causes FTBFS on packages depending on javacc.

        <dependencies>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>debian</version>
                        <scope>compile</scope>
                </dependency>
        </dependencies>

AFAICT, that "debian" should be substituted with "3.x".

I'm attaching a patch, which explicitely substitutes the 3.8.* version
in the POM with a "3.x" -- which is in the "junit" package indeed.

** Affects: javacc (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: javacc (Debian)
     Importance: Unknown
         Status: New

-- 
POM file depends on junit:junit:jar:debian artifact, which is not available in the package
https://bugs.launchpad.net/bugs/619709
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list