[OSGi] Hazelcast declares commons-logging as a required dependency but it is not required #10770
Milestone
Comments
good catch, thanks a lot for your report. |
@netudima:
|
Yes, you are right. I rechecked manifests for JARs and the following ones only have the OSGi import (
|
Updated pull request to change manifests only for the mentioned JARs. |
fixed by #10771 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/hazelcast/hazelcast/blob/master/hazelcast/pom.xml#L125 - need to add:
org.apache.commons.logging;resolution:=optional,
The text was updated successfully, but these errors were encountered: