[Bug 540984] Review Request: aduna-root-poms - Root POMs for Aduna projects

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 30 14:26:51 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=540984


Alexander Kurtakov <akurtako at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Alexander Kurtakov <akurtako at redhat.com>  2009-11-30 09:26:50 EDT ---
In order to make the maven builds behave normally i.e. correct dependencies you
have to make this package depend on the packages providing the following
artifacts (all listed in root pom):
    <artifactId>slf4j-api</artifactId>
    <artifactId>slf4j-simple</artifactId>
    <artifactId>jcl-over-slf4j</artifactId>
    <artifactId>logback-core</artifactId>
    <artifactId>logback-classic</artifactId>
    <artifactId>junit</artifactId>

If you don't do that you will have to guess these dependencies on all the child
poms because they expect to be satisfied from this pom.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list