diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-06-07 13:08:53 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-06-07 13:08:53 +0200 |
commit | 81f86fc319e98469cc4ae65f8c4a3c8a4636ac00 (patch) | |
tree | 9d84863de90ac831a55c521cbc96749a9fcb727c /id/server/moa-id-commons/pom.xml | |
parent | cadf8aeca12cb25c84db6a740bc5587363191f1d (diff) | |
parent | aa4f6b8a17400e6ebbe83d92e26b25413deb9aa1 (diff) | |
download | moa-id-spss-81f86fc319e98469cc4ae65f8c4a3c8a4636ac00.tar.gz moa-id-spss-81f86fc319e98469cc4ae65f8c4a3c8a4636ac00.tar.bz2 moa-id-spss-81f86fc319e98469cc4ae65f8c4a3c8a4636ac00.zip |
Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementation
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index ea9e06fd6..01f5913fa 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -97,16 +97,18 @@ <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> </dependency> - <dependency> - <groupId>iaik.prod</groupId> - <artifactId>iaik_moa</artifactId> - </dependency> + <dependency> + <groupId>MOA.id</groupId> + <artifactId>moa-spss-container</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_X509TrustManager</artifactId> </dependency> - + <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> |