diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-10 15:35:48 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-10 15:35:48 +0100 |
commit | 576f5ea5cfaf2ea174f198dc5df238c1ca0c331a (patch) | |
tree | fce79f2d8e76501337cc5e921838576220d64c87 /pom.xml | |
parent | e8773689b175e5617fe116ac0e3d9978351ac4a8 (diff) | |
download | moa-id-spss-576f5ea5cfaf2ea174f198dc5df238c1ca0c331a.tar.gz moa-id-spss-576f5ea5cfaf2ea174f198dc5df238c1ca0c331a.tar.bz2 moa-id-spss-576f5ea5cfaf2ea174f198dc5df238c1ca0c331a.zip |
MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, iaik_eccelerate, and new iaik_PKI module
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -34,7 +34,7 @@ <moa-id-module-elga_mandate_client>1.0.0-Snapshot</moa-id-module-elga_mandate_client> - <moa-spss-version>2.0.5-RC1</moa-spss-version> + <moa-spss-version>3.0.0-RC1</moa-spss-version> <!-- Library Versions --> <org.springframework.version>4.2.4.RELEASE</org.springframework.version> @@ -572,23 +572,22 @@ <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> - <!-- <version>4.0_MOA</version>--> <version>5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_moa</artifactId> - <version>1.51</version> + <version>2.00-RC1</version> <scope>compile</scope> </dependency> <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_cms</artifactId> - <version>5.0</version> + <version>5.1</version> <scope>compile</scope> </dependency> - <dependency> + <!--<dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_ecc</artifactId> <version>2.19</version> @@ -599,7 +598,7 @@ <artifactId>iaik_ixsil</artifactId> <version>1.2.2.5</version> <scope>compile</scope> - </dependency> + </dependency>--> <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_X509TrustManager</artifactId> |