diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-12 12:34:14 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-12 12:34:14 +0100 | 
| commit | 087e317a0633eb761f2a9361c4a10a75680fc742 (patch) | |
| tree | f824ea848faf17be0a714c1483232e0ca4f3bb6a /id/server/modules | |
| parent | f00f82ec9f0f1e4210d17b857cab44e49357daca (diff) | |
| download | moa-id-spss-087e317a0633eb761f2a9361c4a10a75680fc742.tar.gz moa-id-spss-087e317a0633eb761f2a9361c4a10a75680fc742.tar.bz2 moa-id-spss-087e317a0633eb761f2a9361c4a10a75680fc742.zip | |
fix bug in UseStandardTrustStore flag
remove unnecessary maven dependency
Diffstat (limited to 'id/server/modules')
| -rw-r--r-- | id/server/modules/moa-id-modules-saml1/pom.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/id/server/modules/moa-id-modules-saml1/pom.xml b/id/server/modules/moa-id-modules-saml1/pom.xml index 8b232cf29..3a401d80e 100644 --- a/id/server/modules/moa-id-modules-saml1/pom.xml +++ b/id/server/modules/moa-id-modules-saml1/pom.xml @@ -38,10 +38,10 @@    	<!-- Only for development to use SAML1 protocol    			 SAML1 is removed from official OPB release --> -  	<dependency> +<!--   	<dependency>    		<groupId>MOA.id.server.modules</groupId>    		<artifactId>moa-id-module-eIDAS</artifactId> -  	</dependency> +  	</dependency> -->  <!--     <dependency>  			<groupId>MOA</groupId> @@ -62,10 +62,10 @@    		 <artifactId>moa-id-modul-citizencard_authentication</artifactId>    	</dependency> -  	<dependency> +<!--   	<dependency>    		 <groupId>MOA.id.server.modules</groupId>    		 <artifactId>moa-id-module-eIDAS</artifactId> -  	</dependency> +  	</dependency> -->    	    <dependency>              <groupId>junit</groupId> | 
