diff options
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig')
| -rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml index b9dd49f6..eb2cdae8 100644 --- a/eaaf_modules/eaaf_module_moa-sig/pom.xml +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -59,7 +59,12 @@  	 	<groupId>at.gv.egiz.eaaf</groupId>    		<artifactId>eaaf_core_api</artifactId>  	</dependency> -	 +	<dependency> +      <groupId>org.springframework</groupId> +      <artifactId>spring-webmvc</artifactId> +      <scope>provided</scope> +    </dependency> +      	<dependency>    		<groupId>joda-time</groupId>      	<artifactId>joda-time</artifactId> | 
