diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-17 12:20:50 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-17 12:20:50 +0100 |
commit | f589b20e4e6eb5361430a7bfb26dfbe4c67c3d55 (patch) | |
tree | 4fbdaf4056576e4a3d27ba6c767a0adc0a1e8635 /id/server/auth | |
parent | 2ded3e74601d89809b8290b0896b27ddce8f35d8 (diff) | |
download | moa-id-spss-f589b20e4e6eb5361430a7bfb26dfbe4c67c3d55.tar.gz moa-id-spss-f589b20e4e6eb5361430a7bfb26dfbe4c67c3d55.tar.bz2 moa-id-spss-f589b20e4e6eb5361430a7bfb26dfbe4c67c3d55.zip |
refactor JUnit tests
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 98ec73a25..c50d4ce47 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -140,18 +140,6 @@ </dependency> -<!-- <dependency> - <groupId>eu.stork</groupId> - <artifactId>oasis-dss-api</artifactId> - <version>1.0.0-RELEASE</version> - </dependency> --> - - <!-- Adding stork module dependency automatically adds stork capabilities. --> -<!-- <dependency> - <groupId>MOA.id.server.modules</groupId> - <artifactId>moa-id-module-stork</artifactId> - </dependency> --> - <!-- Adding monitoring module dependency automatically adds monitoring capabilities. --> <dependency> <groupId>MOA.id.server.modules</groupId> @@ -169,6 +157,11 @@ <artifactId>moa-id-module-openID</artifactId> </dependency> +<!-- <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-pvp2</artifactId> + </dependency> --> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modul-citizencard_authentication</artifactId> |