You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/06/08 01:35:52 UTC

git commit: Revert unintentional change in dependencies on Hibernate to match 5.3.3

Updated Branches:
  refs/heads/5.3 0cf376d91 -> 7912c9971


Revert unintentional change in dependencies on Hibernate to match 5.3.3


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/7912c997
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/7912c997
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/7912c997

Branch: refs/heads/5.3
Commit: 7912c997132585ae01799194b8a8513c65a00191
Parents: 0cf376d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Jun 7 16:35:36 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Jun 7 16:35:36 2012 -0700

----------------------------------------------------------------------
 tapestry-hibernate-core/build.gradle |    5 ++---
 tapestry-hibernate/build.gradle      |    1 -
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7912c997/tapestry-hibernate-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-hibernate-core/build.gradle b/tapestry-hibernate-core/build.gradle
index e4a751e..c7f738a 100644
--- a/tapestry-hibernate-core/build.gradle
+++ b/tapestry-hibernate-core/build.gradle
@@ -1,6 +1,6 @@
 description = "Basic Hibernate services for Tapestry, useable outside of a Tapestry web application"
 
-versions.hibernate = '4.1.1.Final'
+versions.hibernate = '3.6.0.Final'
 
 dependencies {
   compile project(':tapestry-ioc')
@@ -8,8 +8,7 @@ dependencies {
   compile group: 'org.hibernate', name: 'hibernate-core', version: versions.hibernate, transitive: false
   compile "org.hibernate:hibernate-commons-annotations:3.2.0.Final"
   compile "org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final"
-  compile "org.jboss.logging:jboss-logging:3.1.0.GA"  
-  
+
   runtime "geronimo-spec:geronimo-spec-jta:1.0-M1"  
   runtime "antlr:antlr:2.7.6"
   runtime "dom4j:dom4j:1.6.1"

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7912c997/tapestry-hibernate/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-hibernate/build.gradle b/tapestry-hibernate/build.gradle
index 26bbae7..9d4334a 100644
--- a/tapestry-hibernate/build.gradle
+++ b/tapestry-hibernate/build.gradle
@@ -3,7 +3,6 @@ description = "Provides support for simple CRUD applications built on top of Tap
 dependencies {
   compile project(':tapestry-core')
   compile project(':tapestry-hibernate-core')
-  compile "org.jboss.logging:jboss-logging:3.1.0.GA"  
 
   testCompile project(':tapestry-test')