Re: Question on Maven Dependencies

2016-12-04 Thread Karl Heinz Marbaise
Hi, first this is development list for Maven... Your question is intended for the users list: To find dependencies is best to read the documentation of the appropriate framework in your case Spring...or you can check maven central search: https://search.maven.org There is a button "Advance

Question on Maven Dependencies

2016-12-04 Thread Saritha . Mathai
Hello, What is the best way to find the dependency jars to include in my POM xml. I am trying to find the dependency jar to include for SpringJUnit4ClassRunner class for Junit testing Thanks in advance Saritha