Hi,
I'm trying to build my 5.1.0.5 application against 5.2.0-SNAPSHOT.
When I switch versions tapestry-hibernate seems to want to pull in a
version of hibernate called 3.5.2-Final
I've not been able to find a repository for this version of hibernate.
Do I need to add a further repository to the pom?
I've tried creating a 5.2.0-SNAPSHOT application using the Quickstart.
This all works fine until I add:
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-hibernate</artifactId>
<version>${tapestry-release-version}</version>
</dependency>
The tapestry release is defined as:
<tapestry-release-version>5.2.0-SNAPSHOT</tapestry-release-version>
I'd appreciate any help.
Regards,
Greg.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]