aboutsummaryrefslogtreecommitdiff
path: root/id/moa-id-webgui/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-07-21 15:31:13 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-07-21 15:31:13 +0200
commit959f63845a58fa5b14b6442672ef74e6338c16b2 (patch)
tree28a9cedb6d01447b1fd3a3fa310a386c0798d84e /id/moa-id-webgui/pom.xml
parent4795b273bb734f04056babe963d8588ffbf50fb0 (diff)
downloadmoa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.tar.gz
moa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.tar.bz2
moa-id-spss-959f63845a58fa5b14b6442672ef74e6338c16b2.zip
update maven pom to 3.x
Diffstat (limited to 'id/moa-id-webgui/pom.xml')
-rw-r--r--id/moa-id-webgui/pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/id/moa-id-webgui/pom.xml b/id/moa-id-webgui/pom.xml
index 35436db4b..f23900155 100644
--- a/id/moa-id-webgui/pom.xml
+++ b/id/moa-id-webgui/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>MOA</groupId>
<artifactId>id</artifactId>
- <version>2.x</version>
+ <version>3.x</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -53,8 +53,23 @@
<dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-commons</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>hyperjaxb3-ejb-runtime</artifactId>
+ <groupId>org.jvnet.hyperjaxb3</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>hibernate-c3p0</artifactId>
+ <groupId>org.hibernate</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>