I use Play 2.8 with pac4j. Play 2.8 uses Jackson 2.10, while pac4j-oidc uses Jackson 2.11. 2.10 is therefore evicted and makes Play unhappy:
com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.10.5 requires Jackson Databind version >= 2.10.0 and < 2.11.0
I raised an issue to ask pac4j to downgrade to Jackson 2.10 but they refused (which I can understand).
What other alternative do I have (other than shading)?