diff options
author | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-12-10 14:40:00 +0000 |
---|---|---|
committer | kstranacher_eGovL <kstranacher_eGovL@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-12-10 14:40:00 +0000 |
commit | 29f4a42701b3f2952adc1bdbc463f280b23d3d26 (patch) | |
tree | b82b62f55ffa9c924f8713d25c73014a2483c60f /common/pom.xml | |
parent | 557e2e7053680b6611f312fff132b6eb94c4a8c6 (diff) | |
download | moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.tar.gz moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.tar.bz2 moa-id-spss-29f4a42701b3f2952adc1bdbc463f280b23d3d26.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1300 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 560e6fe5a..054eb4843 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -25,6 +25,10 @@ <artifactId>iaik_jce_full</artifactId> </dependency> <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_moa</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |