aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-01-19 06:48:02 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-01-19 06:48:02 +0100
commita1594f6d9655fe774ff1154dfb25611ed262b1dc (patch)
treebb7ce3ae4c54ccb8c9c9672a9f50ed52c01274a6 /id/server/moa-id-commons/pom.xml
parent093647ccdf0a021888326e07acf67936302a3b05 (diff)
downloadmoa-id-spss-a1594f6d9655fe774ff1154dfb25611ed262b1dc.tar.gz
moa-id-spss-a1594f6d9655fe774ff1154dfb25611ed262b1dc.tar.bz2
moa-id-spss-a1594f6d9655fe774ff1154dfb25611ed262b1dc.zip
fully remove of hyperjaxb functionality from DB-configuration implementation
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r--id/server/moa-id-commons/pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index a81744edf..d5ae6225c 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -114,7 +114,19 @@
<version>2.2.11</version>
</dependency>
- <dependency>
+ <dependency>
+ <groupId>org.jvnet.jaxb2_commons</groupId>
+ <artifactId>jaxb2-commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jvnet.jaxb2_commons</groupId>
+ <artifactId>jaxb2-basics-runtime</artifactId>
+ <version>0.11.0</version>
+ </dependency>
+
+<!-- <dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
@@ -144,7 +156,8 @@
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency> -->
+
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>