diff options
| author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2015-09-17 07:08:31 +0200 | 
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2015-09-17 07:08:31 +0200 | 
| commit | 0c1249e3c0075c2afccdccab78f41d84c49c10ce (patch) | |
| tree | 8d8567885b24230ca46194b721991fa1a939dfb8 /id/server/modules | |
| parent | 01b08361d21a6c0efab965850e0fe2d160cbabcc (diff) | |
| download | moa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.tar.gz moa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.tar.bz2 moa-id-spss-0c1249e3c0075c2afccdccab78f41d84c49c10ce.zip | |
update depentencies
Diffstat (limited to 'id/server/modules')
| -rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/pom.xml | 16 | 
1 files changed, 16 insertions, 0 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 c1f17956e..bc432612e 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/pom.xml @@ -26,6 +26,22 @@    		<artifactId>moa-id-lib</artifactId>    	</dependency> +  	   	<dependency> +            <groupId>xalan-bin-dist</groupId> +            <artifactId>xalan</artifactId> +            <scope>provided</scope> +        </dependency> +         +  		<dependency> +			<groupId>org.springframework</groupId> +			<artifactId>spring-test</artifactId> +			<scope>test</scope> +		</dependency> +		<dependency> +			<groupId>junit</groupId> +			<artifactId>junit</artifactId> +			<scope>test</scope> +		</dependency>    </dependencies>  </project>
\ No newline at end of file | 
