The following works for me with Tapestry 5.3


        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-hibernate</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>

    <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>3.6.0.Final</version>
        </dependency>

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-entitymanager
            </artifactId>
            <version>3.6.0.Final</version>
        </dependency>

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <version>3.1.0.GA</version>
        </dependency>

Shing



________________________________
From: fredramsey <fredram...@gmail.com>
To: users@tapestry.apache.org 
Sent: Wednesday, April 4, 2012 5:09 PM
Subject: Hibernate not downloading in tutorial

When following this:

http://tapestry.apache.org/using-tapestry-with-hibernate.html

Maven cannot find the version of Hibernate referenced in pom.xml. I tried
changing it to 2.2.8, which is the latest version, but that failed as well.

I have searched the forum archives.

Any ideas?


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Hibernate-not-downloading-in-tutorial-tp5618252p5618252.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to