Re: Maven hibernate, dependencies not working,plz help :)

2007-07-20 Thread pinky88
Hi everyone, Whups looks like my reading skills aren't up to scratch writing spl instead of sp1 .. ;) Thanks everyone, I'll give all that a go and see how i get on =) Pinks Teody Cue Jr. wrote: Hi Pinky, You need to install hibernate and hsqldb artifacts in your local repository.

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-20 Thread Wayne Fay
I don't care if its spl, sp1, or sp10, none of those versions are in Central. Additionally, groupIdhibernate has moved to groupIdorg.hibernate. This is probably part of your problems, as I can see 3.2.4.sp1 is available under org.hibernate.hibernate:

Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread pinky88
Hi everyone, I'm a beginner to maven and hibernate, and i'm trying to build up a small project as a tutorial using maven. I'm using hibernate and hsqldb also. Using examples I've found on the net, I've added dependencies for both hibernate and hsqldb, so my pom.xml looks like this: project

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Teody Cue Jr.
Hi Pinky, You need to install hibernate and hsqldb artifacts in your local repository. Install the jars that you have downloaded using the commands provided by maven when you run mvn eclipse:eclipse. mvn install:install-file -DgroupId=hibernate -DartifactId=hibernate -Dversion=3.2.4.spl

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Wayne Fay
As you can see here: http://repo1.maven.org/maven2/hibernate/hibernate/ 3.2.4.spl is not a valid hibernate version. Where did you get this version number? Wayne On 7/19/07, pinky88 [EMAIL PROTECTED] wrote: Hi everyone, I'm a beginner to maven and hibernate, and i'm trying to build up a

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Steve Ebersole
I think you mean sp1, not spl thats a 1 (one) ... On Thursday 19 July 2007 08:57:14 pm Wayne Fay wrote: As you can see here: http://repo1.maven.org/maven2/hibernate/hibernate/ 3.2.4.spl is not a valid hibernate version. Where did you get this version number? Wayne On 7/19/07, pinky88