METAGEN-102 Upgrading Hibernate and JPA version
This commit is contained in:
parent
bf5b146191
commit
5fbcad2e88
|
@ -54,8 +54,8 @@ ext {
|
||||||
libraries = [
|
libraries = [
|
||||||
// test libraries
|
// test libraries
|
||||||
junit: "junit:junit:4.10",
|
junit: "junit:junit:4.10",
|
||||||
hibernate: "org.hibernate:hibernate-core:3.6.0.Beta1",
|
hibernate: "org.hibernate:hibernate-core:4.2.7.Final",
|
||||||
jpa_api: "org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final",
|
jpa_api: "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final",
|
||||||
slf4j_api: "org.slf4j:slf4j-api:${slf4jVersion}",
|
slf4j_api: "org.slf4j:slf4j-api:${slf4jVersion}",
|
||||||
slf4j_log4j: "org.slf4j:slf4j-log4j12:${slf4jVersion}",
|
slf4j_log4j: "org.slf4j:slf4j-log4j12:${slf4jVersion}",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue