Re: Hibernate 3.6.0 and Maven

2011-01-18 Thread Wayne Fay
>3.5.3-Final 3.5.3-Final is really terrible name for a version. > [ERROR] Failed to execute goal on project ctjava: Could not resolve > dependencies for project net.cuprak.web:ctjava:war:1.0-SNAPSHOT: Could not > find artifact org.hibernate:hibernate:jar:3.5.3-Final in > jboss-publ

Re: Hibernate 3.6.0 and Maven

2011-01-18 Thread Johann Reyes
Hello Ryan You just need this: org.hibernate hibernate-entitymanager 3.6.0.Final Johann On Tue, Jan 18, 2011 at 11:25 AM, Ryan Cuprak wrote: > > Does anyone have a working pom file for Hibernate 3.5.x or 3.6.x? > > This is what I have n

Hibernate 3.6.0 and Maven

2011-01-18 Thread Ryan Cuprak
Does anyone have a working pom file for Hibernate 3.5.x or 3.6.x? This is what I have now: org.hibernate hibernate 3.5.3-Final org.hibernate hibernate-entitymanager 3.5.3-Final [ERROR] Fail