spring-social / spring-social-google

Spring Social extension with connection support and an API binding for Google
https://spring-social-google.github.io/spring-social-google/
Apache License 2.0
214 stars 164 forks source link

Update Jackson to 2.6+ to be compatible with Spring 4.3.5 #95

Closed ghost closed 7 years ago

ghost commented 7 years ago

As documented here

spring-social-google uses Jackson 2.3.3. Spring 4.3.5 has a Jackson 2.6+ baseline. By using Jackson 2.3.3 this causes error on startup.

Please update the pom.xml to Jackson 2.6+