2

I have jcenter () included in my Gradle repositories using ratpack-gradle-1.1.1 plugin but 'compile ratpack.dependency ("Jackson")' results in unable to resolve dependency. I have searched several repositories and have only located ratpack-jackson 0.9.9. When I drop back from 1.1.1 to an older version my project throws exceptions.

TeamDitto
  • 507
  • 1
  • 6
  • 18

1 Answers1

3

Ratpack has migrated the Jackson dependency into the core so you no longer need to specify the Jackson dependency explicitly.

Dan Hyun
  • 536
  • 3
  • 7