diff options
author | Thomas <> | 2021-03-25 17:50:35 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:50:35 +0100 |
commit | b5c9155b3ec502b3969ead49198980ce44c6d743 (patch) | |
tree | 40abb6427566da145fe66369810a5f30967f5377 /eaaf_modules/eaaf_module_moa-sig/pom.xml | |
parent | e62a856f255163ecc145c16130d15147152bc0fd (diff) | |
download | EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.tar.gz EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.tar.bz2 EAAF-Components-b5c9155b3ec502b3969ead49198980ce44c6d743.zip |
switch to latest version of MOA-Sig
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/pom.xml')
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml index 178de6e4..20d7050b 100644 --- a/eaaf_modules/eaaf_module_moa-sig/pom.xml +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -75,8 +75,8 @@ </dependency> <dependency> - <groupId>MOA.spss.server</groupId> - <artifactId>moa-sig-lib</artifactId> + <groupId>moaSig</groupId> + <artifactId>moa-sig-lib</artifactId> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -89,12 +89,12 @@ </exclusions> </dependency> <dependency> - <groupId>MOA.spss</groupId> + <groupId>moaSig</groupId> <artifactId>common</artifactId> </dependency> <dependency> - <groupId>MOA.spss</groupId> - <artifactId>tsl_lib</artifactId> + <groupId>at.gv.egovernment.moa.sig</groupId> + <artifactId>tsl-lib</artifactId> </dependency> <dependency> <groupId>iaik.prod</groupId> |