SHIRO-594 - Hazelcast version bumped-up to 3.7.2 Reasoning: 2.4 is a very old release and it's no longer supported.
Fixes: #44 Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/31492eae Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/31492eae Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/31492eae Branch: refs/heads/master Commit: 31492eae9a0e13c150d6912b3358abb8f3e4d02a Parents: 311041d Author: Jaromir Hamala <[email protected]> Authored: Mon Oct 17 21:39:24 2016 +0300 Committer: Brian Demers <[email protected]> Committed: Tue Oct 18 14:44:06 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- support/features/pom.xml | 2 +- support/hazelcast/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/31492eae/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8873c56..114de77 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ modules' OSGi metadata: --> <ehcache.version>2.6.11</ehcache.version> <!-- Don't change this version without also changing the shiro-hazelcast and shiro-features OSGi metadata: --> - <hazelcast.version>2.4.1</hazelcast.version> + <hazelcast.version>3.7.2</hazelcast.version> <hsqldb.version>1.8.0.7</hsqldb.version> <jdk.version>1.6</jdk.version> <jetty.version>9.3.0.M1</jetty.version> @@ -924,7 +924,7 @@ <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast</artifactId> - <version>2.4.1</version> + <version>3.7.2</version> </dependency> <dependency> <!-- Used for sample applications only - not required for the framework: --> http://git-wip-us.apache.org/repos/asf/shiro/blob/31492eae/support/features/pom.xml ---------------------------------------------------------------------- diff --git a/support/features/pom.xml b/support/features/pom.xml index 0a7bf11..281c801 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -34,7 +34,7 @@ <properties> <aspectj.bundle.version>1.8.9_1</aspectj.bundle.version> <ehcache.bundle.version>2.6.11_1</ehcache.bundle.version> - <hazelcast.bundle.version>2.4.1_1</hazelcast.bundle.version> + <hazelcast.bundle.version>3.7.2_1</hazelcast.bundle.version> <quartz.bundle.version>1.6.1_1</quartz.bundle.version> <!-- Not a Shiro dependency - used for quartz bundle resolution only (see features.xml): --> <commons.collections.version>3.2.1</commons.collections.version> http://git-wip-us.apache.org/repos/asf/shiro/blob/31492eae/support/hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index dee53c3..a2c27e8 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -32,7 +32,7 @@ <packaging>bundle</packaging> <properties> - <hazelcast.osgi.importRange>[2.4, 3)</hazelcast.osgi.importRange> + <hazelcast.osgi.importRange>[2.4, 4)</hazelcast.osgi.importRange> </properties> <dependencies>
