Skip to content

Commit

Permalink
Upgrade Hibernate to 5.0.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 1, 2016
1 parent 6595665 commit c755bf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ ext {
jposVersion = '2.0.5-SNAPSHOT'
slf4jVersion = '1.7.10'
logbackVersion = '1.1.3'
hibernateVersion = '5.0.2.Final'
hibernateVersion = '5.0.5.Final'
geronimoVersion = '1.1.1'
jettyVersion = '9.2.14.v20151106'
servletApiVersion = '3.0.1'
websocketApiVersion = '1.0'
Expand Down Expand Up @@ -39,6 +40,7 @@ ext {
hibernate_envers: "org.hibernate:hibernate-envers:${hibernateVersion}",
hibernate_c3p0: "org.hibernate:hibernate-c3p0:${hibernateVersion}",
hibernate_ehcache: "org.hibernate:hibernate-ehcache:${hibernateVersion}",
jta: "org.apache.geronimo.specs:geronimo-jta_1.1_spec:${geronimoVersion}",

//Supported Databases
jdbcH2: 'com.h2database:h2:1.4.189',
Expand Down
2 changes: 2 additions & 0 deletions modules/dbsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ dependencies {
compile libraries.hibernate_envers
compile libraries.hibernate_c3p0
compile libraries.hibernate_ehcache
compile libraries.jta
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
}

0 comments on commit c755bf8

Please sign in to comment.