drallgood / jpasskit

jPasskit is an Java™ implementation of the Apple™ PassKit Web Service.
Apache License 2.0
276 stars 109 forks source link

Can not create the .pkPass getting error #104

Closed BaluBabu closed 6 years ago

BaluBabu commented 6 years ago

During run time im getting this error, Can you please help me out to resolve this issue. java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider.addFilter(Ljava/lang/String;Lcom/fasterxml/jackson/databind/ser/impl/SimpleBeanPropertyFilter;)Lcom/fasterxml/jackson/databind/ser/impl/SimpleFilterProvider;

drallgood commented 6 years ago

@BaluBabu Sounds like you're missing a dependency. Please make sure you have all necessary dependencies in your classpath.

drallgood commented 6 years ago

Closing because there was no further feedback