aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth-edu/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/auth-edu/pom.xml')
-rw-r--r--id/server/auth-edu/pom.xml33
1 files changed, 21 insertions, 12 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml
index 3c400a635..a1901177e 100644
--- a/id/server/auth-edu/pom.xml
+++ b/id/server/auth-edu/pom.xml
@@ -206,11 +206,20 @@
<dependency>
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-module-bkaMobilaAuthSAML2Test</artifactId>
- <version>${moa-id-version}</version>
</dependency>
-
-
-<!-- <dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-sl20_authentication</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-AT_eIDAS_connector</artifactId>
+ </dependency>
+
+<!--
+ <dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency> -->
@@ -240,18 +249,18 @@
<!-- should be in the ext directory of the jre -->
<!-- <scope>provided</scope> -->
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
- <!-- should be provided by the container or jre -->
- <!-- <scope>provided</scope> -->
+ should be provided by the container or jre
+ <scope>provided</scope>
<exclusions>
<exclusion>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
@@ -264,12 +273,12 @@
<!-- should be provided by the container or jre -->
<!-- <scope>provided</scope> -->
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>serializer</artifactId>
- <!-- should be provided by the container or jre -->
- <!-- <scope>provided</scope> -->
- </dependency>
+ should be provided by the container or jre
+ <scope>provided</scope>
+ </dependency> -->
<dependency>
<groupId>org.springframework</groupId>