diff options
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index b01668b0..63914922 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -257,6 +257,11 @@ </dependency> <dependency> + <groupId>org.eclipse.persistence</groupId> + <artifactId>org.eclipse.persistence.jpa</artifactId> + </dependency> + + <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> @@ -270,6 +275,11 @@ <groupId>org.hibernate.common</groupId> <artifactId>hibernate-commons-annotations</artifactId> </dependency> + + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> </dependencies> |