You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2015/11/06 11:51:08 UTC

[13/30] ode git commit: Back to hazelcast 3.4.2

Back to hazelcast 3.4.2


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/ca74e005
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/ca74e005
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/ca74e005

Branch: refs/heads/ODE-563
Commit: ca74e0054249d894467b915cc313cf205bc98fbc
Parents: 7eac2b1
Author: suba <su...@cse.mrt.ac.lk>
Authored: Thu Jun 25 23:33:48 2015 +0530
Committer: suba <su...@cse.mrt.ac.lk>
Committed: Thu Jun 25 23:33:48 2015 +0530

----------------------------------------------------------------------
 dependencies.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/ca74e005/dependencies.rb
----------------------------------------------------------------------
diff --git a/dependencies.rb b/dependencies.rb
index f85e38a..33da5e4 100644
--- a/dependencies.rb
+++ b/dependencies.rb
@@ -75,7 +75,7 @@ GERONIMO            = struct(
   :transaction      =>"org.apache.geronimo.components:geronimo-transaction:jar:2.0.1",
   :connector        =>"org.apache.geronimo.components:geronimo-connector:jar:2.0.1"
 )
-HAZELCAST           ="com.hazelcast:hazelcast:jar:3.5"
+HAZELCAST           ="com.hazelcast:hazelcast:jar:3.4.2"
 HIBERNATE           = [ "org.hibernate:hibernate-core:jar:3.3.2.GA", "javassist:javassist:jar:3.9.0.GA", "antlr:antlr:jar:2.7.6",
                         "asm:asm:jar:3.3.1", "cglib:cglib:jar:2.2", "net.sf.ehcache:ehcache:jar:1.2.3" ]
 HSQLDB              = "hsqldb:hsqldb:jar:1.8.0.7"