Tasklist Project XML Hibernate dependency
- We will be adding the Hibernate dependency to the Tasklist tool/project.xml file
- This describes how to add the hibernate dependency to a project.xml file for Sakai
- Open the appropriate project.xml file
- This is probably the one for your manager/dao implementation
- Add the following to the dependencies block
<dependency> <groupId>${sakai.hibernate.groupId}</groupId> <artifactId>${sakai.hibernate.artifactId}</artifactId> <version>${sakai.hibernate.version}</version> </dependency>
- The various sakai.hibernate variables are located in: master/project.properties
- Sample project.xml file with hibernate dependencies: Tasklist project.xml