Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scope fixes for the Spring extension (#53)
* Remove dependency on Hibernate and use Spring's utilities to integrate with spring transactions. * Move the check for an active transaction. Remove an unnecessary try-catch. * Switch spring dependencies to "provided" scope and test dependencies to "test" scope. * Remove duplicate jdbc dependency. * Remove duplicated test scope directives Co-authored-by: Graham Crockford <[email protected]>
- Loading branch information