Fixed date being stored as a binary column in sql.
This commit is contained in:
parent
ea54e27e6e
commit
a3ec3c02ad
@ -87,6 +87,11 @@
|
|||||||
<artifactId>jackson-datatype-joda</artifactId>
|
<artifactId>jackson-datatype-joda</artifactId>
|
||||||
<version>2.9.5</version>
|
<version>2.9.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jadira.usertype</groupId>
|
||||||
|
<artifactId>usertype.core</artifactId>
|
||||||
|
<version>7.0.0.CR1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user