jpa 2.2 support for java 8 date and time types.

This commit is contained in:
eelhazati 2019-01-10 16:36:52 +01:00
parent 2432527980
commit 3907f624b5

View File

@ -44,7 +44,6 @@
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>${postgres.version}</version> <version>${postgres.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
<type>bundle</type>
</dependency> </dependency>
</dependencies> </dependencies>