aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-monitor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integrity-monitor/pom.xml')
-rw-r--r--integrity-monitor/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index 72762ef5..5657d4b0 100644
--- a/integrity-monitor/pom.xml
+++ b/integrity-monitor/pom.xml
@@ -57,8 +57,12 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>eclipselink</artifactId>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.1-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>