Sunday, 15 September 2013

How to add Spring libs using Maven

How to add Spring libs using Maven

I learned Spring via Spring In Action 3 few month ago. I downloaded Spring
libraries from official site (list was like in SIA3(aop, asm, aspects,
beans ...)), added them to my project and everything worked fine. Now I
want to use Maven, but I am getting a lot of errors and sinking in
searching what library to add.
I am newby, dont know all Spring dependencies(within it libs) and the
question is not about my errors, but about the way to add all Spring
libraries to my project via Maven. How do you usually add Spring libs
using Maven?

No comments:

Post a Comment