BAEL-10957 Fix Jhipster Module Tests and Module Renaming

-Added hibernate-java8 dependency in jhipster parent project to fix mapping of Java8 Date, Time types to database types and thereby fix all the tests that were failing due to this
This commit is contained in:
Dhawal Kapil
2019-03-09 22:54:08 +05:30
parent 1f933b8f8f
commit cf5c99745f
2 changed files with 47 additions and 32 deletions
+10 -3
View File
@@ -15,10 +15,17 @@
<relativePath>../parent-boot-1</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-java8</artifactId>
</dependency>
</dependencies>
<modules>
<module>jhipster-monolithic</module>
<module>jhipster-microservice</module>
<module>jhipster-uaa</module>
</modules>
<module>jhipster-uaa</module>
</modules>
</project>