diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-25 08:23:40 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-25 08:23:40 +0100 |
commit | 73edf1fc83172503cc7560fbe334d305c440273d (patch) | |
tree | bfcf3b71634c0574d910974342945cf8c8dbf17a /id/server/modules/moa-id-modules-saml1/pom.xml | |
parent | 924a92a1e3439bdede9a68505b0b9a9aae6489f0 (diff) | |
download | moa-id-spss-73edf1fc83172503cc7560fbe334d305c440273d.tar.gz moa-id-spss-73edf1fc83172503cc7560fbe334d305c440273d.tar.bz2 moa-id-spss-73edf1fc83172503cc7560fbe334d305c440273d.zip |
add temporarily eIDAS functionality to SAML1 authentication protocol for development purpose
!! SAML1 will be removed from official release version !!
Diffstat (limited to 'id/server/modules/moa-id-modules-saml1/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-modules-saml1/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-modules-saml1/pom.xml b/id/server/modules/moa-id-modules-saml1/pom.xml index 9c43ae277..b5d5a1f8f 100644 --- a/id/server/modules/moa-id-modules-saml1/pom.xml +++ b/id/server/modules/moa-id-modules-saml1/pom.xml @@ -24,7 +24,19 @@ <artifactId>moa-id-lib</artifactId> <scope>test</scope> <type>test-jar</type> - <version>3.0.3-Snapshot</version> + <version>${moa-id-version}</version> + </dependency> + + <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-lib</artifactId> + </dependency> + + <!-- Only for development to use SAML1 protocol + SAML1 is removed from official OPB release --> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-eIDAS</artifactId> </dependency> <dependency> |