diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 13:41:09 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 13:41:09 +0100 |
commit | 74d8c83f76074d2d0df784cb4a305c586a702d25 (patch) | |
tree | e3d75a69a343a873128e03a5c396351cf91ec263 /id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | |
parent | 4372ee1611fd6f9542febcf38163bf784e473c5e (diff) | |
download | moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.tar.gz moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.tar.bz2 moa-id-spss-74d8c83f76074d2d0df784cb4a305c586a702d25.zip |
move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project
Diffstat (limited to 'id/server/modules/moa-id-modul-citizencard_authentication/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | 4 |
1 files changed, 2 insertions, 2 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 49293420c..11e0c764c 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml @@ -23,12 +23,12 @@ <version>3.0.3-Snapshot</version> </dependency> - <dependency> +<!-- <dependency> <groupId>MOA</groupId> <artifactId>moa-common</artifactId> <type>test-jar</type> <scope>test</scope> - </dependency> + </dependency> --> <dependency> <groupId>MOA.id.server</groupId> |