Update Hibernate dependencies

Description

Update hibernate dependencies to the new hibernate-core jar:

lessonbuilder/components/pom.xml: <artifactId>hibernate</artifactId>
lessonbuilder/tool/pom.xml: <artifactId>hibernate</artifactId>

The second should also be investigated as it almost certainly is either an unused dependency or a leak of an impl concern to the tool

Environment

None

Test Plan

None

duplicates

is incorporated by

Activity

Show:

Aaron Zeckoski June 25, 2013 at 9:33 AM

Fixed in

Charles Hedrick October 26, 2012 at 8:31 AM

The only dependency of the tool on hibernate is the forum link. Unfortunately the forum API wasn't designed to be called from outside the forum tool. There are problems I can't fix without either changing forum or doing some of my own hibernate operation. The issue is quite well documented in ForumEntity.java. Perhaps a hibernate guru can come up with a different solution.

Aaron Zeckoski June 28, 2012 at 8:55 AM

Reverted

Duplicate

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created June 26, 2012 at 4:56 AM
Updated April 18, 2018 at 7:18 AM
Resolved June 25, 2013 at 9:33 AM