diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-01-23 13:08:22 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-01-23 13:08:22 +0100 | 
| commit | a38072d6c778d27a1ed3cf265ff7d3a6b7e38825 (patch) | |
| tree | 6ed562fbeecee6b5deb59035b10843f3cbd83e38 | |
| parent | bbd89ecac39989210f2572b41f5050cc2885be40 (diff) | |
| download | moa-id-spss-a38072d6c778d27a1ed3cf265ff7d3a6b7e38825.tar.gz moa-id-spss-a38072d6c778d27a1ed3cf265ff7d3a6b7e38825.tar.bz2 moa-id-spss-a38072d6c778d27a1ed3cf265ff7d3a6b7e38825.zip | |
exclude iaik_jce_eval_signed
| -rw-r--r-- | spss/server/serverws/pom.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index bbfb3c443..b90026252 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -109,6 +109,10 @@  					<artifactId>iaik_pki_module</artifactId>  					<groupId>iaik</groupId>  				</exclusion> +				<exclusion> +					<artifactId>iaik_jce_eval_signed</artifactId> +					<groupId>iaik</groupId> +				</exclusion>  			</exclusions>  		</dependency>  		<dependency> | 
