Closed pgrt closed 3 years ago
Hello,
In pom.xml, the <scope>test</scope> of org.slf4j:slf4j-log4j12 should be removed, as classes of slf4j are needed by classes of pf4j-update in src/main/ .
<scope>test</scope>
Best, Pierre Gruet
In src/main is enough slf4j-api that is transitive dependency from pf4j.
src/main
slf4j-api
pf4j
Oh right, thanks for pointing this out!
Best, Pierre
Hello,
In pom.xml, the
<scope>test</scope>
of org.slf4j:slf4j-log4j12 should be removed, as classes of slf4j are needed by classes of pf4j-update in src/main/ .Best, Pierre Gruet