diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 16:01:38 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-09 16:01:38 +0100 |
commit | 989f5cfa9c9c6f60ce6e161983be8434ca87a698 (patch) | |
tree | b46a7c66a5c10d5d6dcbf31392fa62796e927bc9 /id/server/modules/moa-id-modul-citizencard_authentication | |
parent | 95a13bba7fc04b13a666442bbe9ef89d3822068e (diff) | |
download | moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.gz moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.bz2 moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.zip |
remove MOA-SPSS from buildpath and add MOA-SPSS container-modul
Diffstat (limited to 'id/server/modules/moa-id-modul-citizencard_authentication')
-rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | 23 |
1 files changed, 17 insertions, 6 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 11e0c764c..f2403a62e 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml @@ -20,15 +20,14 @@ <artifactId>moa-id-lib</artifactId> <scope>test</scope> <type>test-jar</type> - <version>3.0.3-Snapshot</version> </dependency> -<!-- <dependency> - <groupId>MOA</groupId> - <artifactId>moa-common</artifactId> + <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-commons</artifactId> <type>test-jar</type> <scope>test</scope> - </dependency> --> + </dependency> <dependency> <groupId>MOA.id.server</groupId> @@ -39,7 +38,19 @@ <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> <scope>provided</scope> - </dependency> + <exclusions> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.springframework</groupId> |