Merge pull request #6495 from dkapil/task/BAEL-10957

Task/bael 10957
This commit is contained in:
Loredana Crusoveanu 2019-03-09 23:50:42 +02:00 committed by GitHub
commit ed612d2154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@
<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>