diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-11-16 15:25:01 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-11-16 15:25:01 +0100 |
commit | 2ba207414a9ee2c27acc83c54efddfff71b92425 (patch) | |
tree | f5dc8d433d20f119163e8462a1f1b4382af3bd3e /id/server | |
parent | cd65ea06223d596e817e63167e91a94b05e35be4 (diff) | |
download | moa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.tar.gz moa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.tar.bz2 moa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.zip |
add depentency
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml index a65d02070..49293420c 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml @@ -51,6 +51,12 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + </dependencies> </project>
\ No newline at end of file |