aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-02-26 08:31:11 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-02-26 08:31:11 +0100
commitc732eccaaa0bae8ec551dabfed165991b1c2fcff (patch)
treedbd9765bcbdb717e4db8becb529abb32f175316f /pom.xml
parentf04f5ff7977d87bdad7ed48b00fbffce239a416e (diff)
downloadmoa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.tar.gz
moa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.tar.bz2
moa-id-spss-c732eccaaa0bae8ec551dabfed165991b1c2fcff.zip
Add initial version of ELGA mandate-service authentication-module
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 14a30d3c0..a450357d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,8 @@
<moa-spss-version>2.0.5-RC1</moa-spss-version>
<configtool-version>2.2.0-OPB-Snapshot</configtool-version>
<demo-oa-version>2.0.5</demo-oa-version>
+
+ <moa-id-module-elga_mandate_client>1.0.0-Snapshot</moa-id-module-elga_mandate_client>
<!-- Library Versions -->
<org.springframework.version>4.2.4.RELEASE</org.springframework.version>
@@ -480,12 +482,18 @@
<artifactId>moa-id-module-pvp2</artifactId>
<version>${moa-id-version}</version>
</dependency>
-
<dependency>
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-modules-federated_authentication</artifactId>
<version>${moa-id-version}</version>
</dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-elga_mandate_service</artifactId>
+ <version>${moa-id-module-elga_mandate_client}</version>
+ </dependency>
+
<dependency>