summaryrefslogtreecommitdiff
path: root/container-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index e16c761..d17a86a 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -19,6 +19,11 @@
<version>${version.spring}</version>
</dependency>
<dependency>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.0-api</artifactId>
+ <version>1.0.1.Final</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${version.spring}</version>