diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -213,6 +213,12 @@ <artifactId>hibernate-types-52</artifactId> </dependency> + <!-- Hibernate --> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-jpamodelgen</artifactId> + </dependency> + <!-- Jsoup --> <dependency> <groupId>org.jsoup</groupId> |