Skip to content

Commit

Permalink
Hibernate 3 support builds against standard Hibernate 3.3.2.GA artifa…
Browse files Browse the repository at this point in the history
…ct from Maven
  • Loading branch information
jhoeller committed Dec 4, 2012
1 parent 0c51cd7 commit 4e44247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ project('spring-orm') {
// compiling against both hibernate 3 and 4 here in order to support
// our respective orm.hibernate3 and orm.hibernate4 packages
compile("aopalliance:aopalliance:1.0")
compile("org.hibernate:com.springsource.org.hibernate:3.3.1.GA", optional)
compile("org.hibernate:hibernate-core:3.3.2.GA", optional)
compile("org.hibernate:hibernate-cglib-repack:2.1_3", optional)
compile("org.hibernate:hibernate-annotations:3.4.0.GA", optional)
compile("org.hibernate:hibernate-entitymanager:3.4.0.GA", optional)
Expand All @@ -428,7 +428,7 @@ project('spring-orm') {
compile("javax.jdo:jdo-api:3.0", optional)
compile("org.apache.ibatis:ibatis-sqlmap:2.3.4.726", optional)
testCompile "javax.servlet:servlet-api:2.5"
testCompile "org.slf4j:slf4j-jcl:1.5.3"
testCompile "org.slf4j:slf4j-jcl:1.6.1"
testCompile "commons-dbcp:commons-dbcp:1.2.2"
testCompile "org.eclipse.persistence:org.eclipse.persistence.asm:1.0.1"
testCompile "org.eclipse.persistence:org.eclipse.persistence.antlr:1.0.1"
Expand Down

This file was deleted.

0 comments on commit 4e44247

Please sign in to comment.