build.gradle 187 B

12345
  1. dependencies {
  2. compile 'com.fasterxml.jackson.core:jackson-databind'
  3. compile project(':shared:feign-starter')
  4. testCompile 'org.springframework.boot:spring-boot-starter-test'
  5. }