RE: Classpath order of dependencies

2008-01-11 Thread Jörg Schaible
Simon Kitching wrote: > Marco Huber <[EMAIL PROTECTED]> schrieb: >> Hello, >> >> I have a little problem with the order of my dependencies. >> Depending on the posistion of one dependency I get an error during >> my tests. >> >> The first pom snippet result in an NoClassDefFoundError: >> >

Re: Classpath order of dependencies

2008-01-11 Thread Simon Kitching
Marco Huber <[EMAIL PROTECTED]> schrieb: > Hello, > > I have a little problem with the order of my dependencies. > Depending on the posistion of one dependency I get an error during my tests. > > The first pom snippet result in an NoClassDefFoundError: > > ... > > org.hiber

Classpath order of dependencies

2008-01-11 Thread Marco Huber
Hello, I have a little problem with the order of my dependencies. Depending on the posistion of one dependency I get an error during my tests. The first pom snippet result in an NoClassDefFoundError: ... org.hibernate hibernate-validator 3.0.0.ga org.