METAGEN-102 Upgrading Hibernate and JPA version

This commit is contained in:
Hardy Ferentschik 2013-10-24 16:29:17 +02:00 committed by Strong Liu
parent bf5b146191
commit 5fbcad2e88
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ ext {
libraries = [
// test libraries
junit: "junit:junit:4.10",
hibernate: "org.hibernate:hibernate-core:3.6.0.Beta1",
jpa_api: "org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final",
hibernate: "org.hibernate:hibernate-core:4.2.7.Final",
jpa_api: "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final",
slf4j_api: "org.slf4j:slf4j-api:${slf4jVersion}",
slf4j_log4j: "org.slf4j:slf4j-log4j12:${slf4jVersion}",