Tasos Stamadianos
03/02/2019, 7:51 PMLib
, which uses Jackson, and a client which uses Lib
. If I try to make any calls in Lib
which involve some Jackson calls under the hood, I get some exceptions related to Jackson not being able to load modules. The only way to fix this is to also include Jackson as a dependency in my client application, even tho it's already a dependency in Lib
. Am I missing something here?Exception in thread "main" java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.getType()Lcom/fasterxml/jackson/databind/JavaType;
efemoney
03/03/2019, 5:45 AMapi("<group>:<module:<version>")
as opposed to implementation("<group>:<module:<version>")
Nikky
03/03/2019, 2:27 PM./gradlew dependencies