ctubbsii commented on pull request #1793:
URL: https://github.com/apache/zookeeper/pull/1793#issuecomment-1005897777


   > I also need some help with the contrib projects, because currently they 
don't build. The reason is that I removed log4j dependencies from the parent 
pom and can't figure out how to put them back for only the. contrib projects
   
   To fix the contribs, their POMs use the zookeeper-contrib parent POM, which 
itself points to the parent POM that you edited. You can leave the log4j stuff 
in the dependencyManagement section. That section only manages dependencies 
when they are used. Since they are still used in the contribs, you still need 
to manage them somewhere. Adding them back to the dependencyManagement section 
won't add them back as dependencies to the modules that moved to logback, so 
it's fine to have them there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to