diff options
Diffstat (limited to 'policy-management')
-rw-r--r-- | policy-management/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index e3196604..b01668b0 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -260,7 +260,17 @@ <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> - + + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + + <dependency> + <groupId>org.hibernate.common</groupId> + <artifactId>hibernate-commons-annotations</artifactId> + </dependency> + </dependencies> </project> |