diff options
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index ed776b58..c2a3b376 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -299,12 +299,12 @@ <artifactId>mariadb-java-client</artifactId> </dependency> <dependency> - <groupId>org.hibernate.orm</groupId> - <artifactId>hibernate-core</artifactId> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> </dependency> <dependency> - <groupId>org.hibernate.common</groupId> - <artifactId>hibernate-commons-annotations</artifactId> + <groupId>org.hibernate.orm</groupId> + <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> |