I've been using mvnrepository.com to find my Dependencies. The dependencies are resolved through Nexus.
Recently, I searched for axis and was given several choices 1) groupId: org.apache.axis artifactId: axis version: 1.4 2) groupId: axis artifactId: axis version: 1.4 When I ran into some problems compiling, I changed from 1 to 2 and noticed that the jar files (and the poms) aren't the same. I have two questions. How can I find out which is the "real" jar, and how can I determine where the jar is being downloaded from? -- Greg Akins http://insomnia-consulting.org http://www.pghcodingdojo.org http://pittjug.dev.java.net http://twitter.com/akinsgre http://www.linkedin.com/in/akinsgre --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
