I can’t seem to find apache common logging when using eclipse w/maven2 plugin.
I need it for spring3 mvc apparently.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you know that the m2eclipse plugin can search some indexed repositories, like central? For example, if you right-click on your project and go to Maven > Add Dependency, you can use it like this:
And this will add this to your pom:
Another option is to use one of the numerous repository search engine, for example:
http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.1.1|jar