diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-29 16:18:47 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-07-29 16:18:47 +0200 |
commit | 4e33913549b65ec9b16b4d0f3ffea9f97279ca65 (patch) | |
tree | cb576840181390c41e6ae04fa14d10e455a4d3cd /id/ConfigWebTool/pom.xml | |
parent | 99694b29f82f858f5b6163e6a3d6c11caaeb487e (diff) | |
download | moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.tar.gz moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.tar.bz2 moa-id-spss-4e33913549b65ec9b16b4d0f3ffea9f97279ca65.zip |
configuration tool update
Diffstat (limited to 'id/ConfigWebTool/pom.xml')
-rw-r--r-- | id/ConfigWebTool/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 36eb9ddad..c55a1e04f 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -43,7 +43,11 @@ <type>jar</type> <scope>compile</scope> </dependency> - + <dependency> + <groupId>iaik</groupId> + <artifactId>commons-iaik</artifactId> + <version>0.7.1</version> + </dependency> </dependencies> </project>
\ No newline at end of file |