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?Tasos Stamadianos
03/02/2019, 7:59 PMException in thread "main" java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.getType()Lcom/fasterxml/jackson/databind/JavaType;Tasos Stamadianos
03/02/2019, 8:12 PMefemoney
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