diff options
Diffstat (limited to 'id')
-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 |