aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-11-16 15:25:01 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-11-16 15:25:01 +0100
commit2ba207414a9ee2c27acc83c54efddfff71b92425 (patch)
treef5dc8d433d20f119163e8462a1f1b4382af3bd3e
parentcd65ea06223d596e817e63167e91a94b05e35be4 (diff)
downloadmoa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.tar.gz
moa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.tar.bz2
moa-id-spss-2ba207414a9ee2c27acc83c54efddfff71b92425.zip
add depentency
-rw-r--r--id/server/modules/moa-id-modul-citizencard_authentication/pom.xml6
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