Browse Source

Add jackson-datatype-jsr310 Dependency

Closes gh-9123
pull/9128/head
Josh Cummings 5 years ago
parent
commit
3e95f68873
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 1
      test/spring-security-test.gradle

1
test/spring-security-test.gradle

@ -18,6 +18,7 @@ dependencies {
testCompile project(path : ':spring-security-config', configuration : 'tests') testCompile project(path : ':spring-security-config', configuration : 'tests')
testCompile 'com.fasterxml.jackson.core:jackson-databind' testCompile 'com.fasterxml.jackson.core:jackson-databind'
testCompile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
testCompile 'io.projectreactor:reactor-test' testCompile 'io.projectreactor:reactor-test'
testCompile 'javax.xml.bind:jaxb-api' testCompile 'javax.xml.bind:jaxb-api'
testCompile 'org.skyscreamer:jsonassert' testCompile 'org.skyscreamer:jsonassert'

Loading…
Cancel
Save