This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 18416a49b bugfix(hazelcast): updated hazelcast OSGi import to version 5
18416a49b is described below
commit 18416a49bf8a69862aa5fb8fe4cd7330ce18f821
Author: lprimak <[email protected]>
AuthorDate: Tue Jul 4 20:16:20 2023 -0500
bugfix(hazelcast): updated hazelcast OSGi import to version 5
---
support/hazelcast/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml
index bee783d83..aa25baab5 100644
--- a/support/hazelcast/pom.xml
+++ b/support/hazelcast/pom.xml
@@ -31,7 +31,7 @@
<packaging>bundle</packaging>
<properties>
- <hazelcast.osgi.importRange>[3, 4)</hazelcast.osgi.importRange>
+ <hazelcast.osgi.importRange>[4,)</hazelcast.osgi.importRange>
<module.name>hazelcast</module.name>
</properties>