aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2015-09-17 07:08:31 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2015-09-17 07:08:31 +0200
commit0c1249e3c0075c2afccdccab78f41d84c49c10ce (patch)
tree8d8567885b24230ca46194b721991fa1a939dfb8
parent01b08361d21a6c0efab965850e0fe2d160cbabcc (diff)
downloadmoa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.tar.gz
moa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.tar.bz2
moa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.zip
update depentencies
-rw-r--r--id/ConfigWebTool/pom.xml8
-rw-r--r--id/server/modules/moa-id-modul-citizencard_authentication/pom.xml16
2 files changed, 24 insertions, 0 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index 81d50a0b8..9800fad7e 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -114,6 +114,14 @@
<artifactId>bcprov-jdk16</artifactId>
<groupId>bouncycastle</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>xalan</artifactId>
+ <groupId>xalan</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>xercesImpl</artifactId>
+ <groupId>xerces</groupId>
+ </exclusion>
</exclusions>
</dependency>
<!-- <dependency>
diff --git a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml
index c1f17956e..bc432612e 100644
--- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml
+++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml
@@ -26,6 +26,22 @@
<artifactId>moa-id-lib</artifactId>
</dependency>
+ <dependency>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xalan</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file