diff options
Diffstat (limited to 'eaaf_modules/eaaf_module_pvp2_sp')
| -rw-r--r-- | eaaf_modules/eaaf_module_pvp2_sp/pom.xml | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml index 90e4866f..3ea61b1c 100644 --- a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml @@ -28,7 +28,12 @@        <groupId>org.springframework</groupId>        <artifactId>spring-webmvc</artifactId>        <scope>provided</scope> -    </dependency>  	 +    </dependency> +    <dependency> +	  <groupId>org.springframework</groupId> +  	  <artifactId>spring-context</artifactId> +  	  <scope>provided</scope> +	</dependency>       	    	<dependency>        <groupId>jakarta.servlet</groupId>        <artifactId>jakarta.servlet-api</artifactId> | 
