I'm new to maven and i am currently trying to load the log4j jar (i am also using eclipse) with maven. If i search for "org.apache.log4" e.g. i find this entries:
But if i add the selected one, it is added to my pom.xml, but no jar is downloaded. I also tried some other ones but i can not find the correct one. What am i doing wrong here?
Other dependencies like hibernate work fine for me.