You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the module info does not specify that it consumes any service providers, causing an error when building up an artefact -
Providers:
[INFO] com.fasterxml.jackson.databind provides com.fasterxml.jackson.core.ObjectCodec not used by any observable module
[INFO] com.fasterxml.jackson.datatype.jdk8 provides com.fasterxml.jackson.databind.Module not used by any observable module
[INFO] com.hazelcast.all provides com.hazelcast.client.ClientExtension used by com.hazelcast.all
[INFO] com.hazelcast.all provides com.hazelcast.com.fasterxml.jackson.core.JsonFactory used by com.hazelcast.all
[INFO] com.hazelcast.all provides com.hazelcast.internal.serialization.DataSerializerHook used by com.hazelcast.all
To correct this I suggest adding the following statements into the module-info (the uses clauses)
Hi,
Currently the module info does not specify that it consumes any service providers, causing an error when building up an artefact -
To correct this I suggest adding the following statements into the module-info (the uses clauses)
This is linked to FasterXML/jackson-jdk11-compat-test#3
The text was updated successfully, but these errors were encountered: