diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |