On Sep 17, 2010, at 9:27 AM, Pradnya Gawade wrote: > Thanks Nayan. > > I used Maven2 plugin inside eclipse Helios which gives you an option > 'Use Maven dependencies' and that is how I came to know that POI 2.5 is > coming from JBPM. I used the mentioned exclusions syntax so that JBPM > won't download the POI jar file but it does.
but my point is that POI might be a transitive dependency of something else as well. run mvn dependency:tree from the command line to find out. You can also use the m2eclipse tools as Antonio points out, but I prefer to debug problems like this from the command line. > So I wanted to confirm if I > am using it in a right way or not. Please take a look at my pom.xml > syntax in my last post and let me know if I am wrong. Your syntax looks fine, which is why i'm suggesting other ideas. Good luck! --- Nayan Hajratwala http://agileshrugged.com http://twitter.com/nhajratw 734.658.6032 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
