paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

Dependency jackson-modules-java8 should be marked as pom #59

Closed fabiocarvalho777 closed 2 years ago

fabiocarvalho777 commented 2 years ago

Dependency com.fasterxml.jackson.module:jackson-modules-java8 should have been marked in Mocca as a of type pom. However, it is instead marked as jar (the default), which may cause issues for applications using Mocca during Maven build time.