benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

ST: removing unused import of hibernate class dependency, fixes tomcat7 ... #42

Closed thabti closed 10 years ago

thabti commented 10 years ago

Hi,

This import of hibernate class dependency is causing an issue with tomcat7 and mongodb plugin. It was giving a class not found exception, solved our issue.

grails version: 2.3.9 mongo plugin: 3.0.1