Hello Ryan
You just need this:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.6.0.Final</version>
</dependency>
Johann
On Tue, Jan 18, 2011 at 11:25 AM, Ryan Cuprak <[email protected]> wrote:
>
> Does anyone have a working pom file for Hibernate 3.5.x or 3.6.x?
>
> This is what I have now:
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate</artifactId>
> <version>3.5.3-Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>3.5.3-Final</version>
> </dependency>
> [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-public-repository-group (
> https://repository.jboss.org/nexus/content/groups/public-jboss/) -> [Help
> 1]
>
> I look at the repository and it looks to me like that dependency exists. I
> am trying to get off of Hibernate 3.2.5.
>
> Thanks,
> -Ryan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>