diff options
author | lalber <lukas.alber@iaik.tugraz.at> | 2020-10-20 16:57:45 +0200 |
---|---|---|
committer | lalber <lukas.alber@iaik.tugraz.at> | 2020-10-20 16:57:45 +0200 |
commit | d42ef2bccc0acd4e1ee830f42956a5cafb863299 (patch) | |
tree | aca5e0f56116e7d6f823fc1c0ff13a783fb09d73 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 3332e8c363b624e7478f303c403ea709844e822f (diff) | |
download | National_eIDAS_Gateway-d42ef2bccc0acd4e1ee830f42956a5cafb863299.tar.gz National_eIDAS_Gateway-d42ef2bccc0acd4e1ee830f42956a5cafb863299.tar.bz2 National_eIDAS_Gateway-d42ef2bccc0acd4e1ee830f42956a5cafb863299.zip |
cyclic depend
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 4fe2bb36..9eeb0994 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -183,6 +183,12 @@ <artifactId>jose4j</artifactId> <version>0.7.2</version> </dependency> + <dependency> + <groupId>at.asitplus.eidas.ms_specific</groupId> + <artifactId>ms_specific_connector</artifactId> + <version>1.1.1-SNAPSHOT</version> + <scope>test</scope> + </dependency> </dependencies> <build> |