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 <rcup...@me.com> 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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to