aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-10-21 10:30:04 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-10-21 10:30:04 +0200
commitf21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0 (patch)
tree44a88e96bcf6b71e943a5d9a67ffd213fb4747b2 /id/server/moa-id-commons/pom.xml
parent5dbee52cb48c037c54b6b4bb3a838575b95424ca (diff)
downloadmoa-id-spss-f21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0.tar.gz
moa-id-spss-f21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0.tar.bz2
moa-id-spss-f21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0.zip
update third-party libraries
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r--id/server/moa-id-commons/pom.xml12
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>