Hi Emmanuel, It's still not fixed: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy (additional-jars) on project apache-ldap-api: Unable to find artifact version of org.slf4j:slf4j-log4j12 in either dependency list or in project's dependency management. -> [Help 1]
The original PR removed slf4j-log4j12 from the pom. Note the newer SLF4J version redirects slf4j-log4j12 to slf4j-reload4j, and uses reload4j instead of log4j. Colm. On Tue, Mar 22, 2022 at 4:16 PM Emmanuel Lécharny <[email protected]> wrote: > > Hi Colm, > > should be fixed now. > > Note that github has some trouble, so the last commit hasn't been > propagated there. > > On 22/03/2022 16:11, Colm O hEigeartaigh wrote: > > Hi Emmanuel, > > > > This commit broke the anon distribution: > > > > commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed > > Author: emmanuel lecharny <[email protected]> > > Date: Mon Jan 3 16:59:26 2022 +0100 > > > > Bumped up MINA to 2.1.5, remove all references to log4j and > > logback (we don't need them) > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy > > (additional-jars) on project apache-ldap-api: Unable to find artifact > > version of org.slf4j:slf4j-log4j12 in either dependency list or in > > project's dependency management. -> [Help 1] > > [ERROR] > > > > Colm. > -- > *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE > T. +33 (0)4 89 97 36 50 > P. +33 (0)6 08 33 32 61 > [email protected] https://www.busit.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
