aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-02-06 14:27:51 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-02-06 14:27:51 +0100
commit6d87d9ac833d061e38f67d2cdbe33f1f2d24646d (patch)
tree40f78a2934f7fe9be962ab9a4b4db8dde9ec6ff8 /id/ConfigWebTool
parenta01dd39072666b5b9b2ffeb97cef9a54e3dec97f (diff)
parentf9b31bdc4781d6eca20bc2d993f08f6a4eb462f2 (diff)
downloadmoa-id-spss-6d87d9ac833d061e38f67d2cdbe33f1f2d24646d.tar.gz
moa-id-spss-6d87d9ac833d061e38f67d2cdbe33f1f2d24646d.tar.bz2
moa-id-spss-6d87d9ac833d061e38f67d2cdbe33f1f2d24646d.zip
t Merge branch 'moa1_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa2_0_tlenz_bs_2
Diffstat (limited to 'id/ConfigWebTool')
-rw-r--r--id/ConfigWebTool/pom.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index ae8b62645..15228a30e 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -51,13 +51,40 @@
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>
<!-- <version>1.9.98-SNAPSHOT</version> -->
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <dependency>
+ <dependency>
<groupId>at.gv.util</groupId>
<artifactId>egovutils</artifactId>
<version>1.0.4</version>
- </dependency>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+
+ </dependency>
+
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>xmltooling</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.struts</groupId>