diff options
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 6b9591059..6d6acef82 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -144,17 +144,17 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernate.version}</version> - </dependency> + </dependency> <!-- dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> <version>${hibernate.version}</version> </dependency--> - <dependency> +<!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>${hibernate.version}</version> - </dependency> + </dependency> --> <dependency> <groupId>jaxen</groupId> @@ -239,6 +239,12 @@ <artifactId>spring-tx</artifactId> <version>${org.springframework.version}</version> </dependency> + <dependency> + <groupId>org.springframework.data</groupId> + <artifactId>spring-data-jpa</artifactId> + <version>1.10.4.RELEASE</version> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> |