jackson java8 datatype
parent
64b5153563
commit
dfbadfe668
|
@ -33,6 +33,8 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.hibernate:hibernate-java8:5.1.0.Final'
|
implementation 'org.hibernate:hibernate-java8:5.1.0.Final'
|
||||||
|
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.10'
|
||||||
|
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.10'
|
||||||
compile "org.springframework.boot:spring-boot-starter:${springBootVersion}"
|
compile "org.springframework.boot:spring-boot-starter:${springBootVersion}"
|
||||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||||
compile 'org.springframework.boot:spring-boot-starter-freemarker'
|
compile 'org.springframework.boot:spring-boot-starter-freemarker'
|
||||||
|
|
Loading…
Reference in New Issue