diff options
author | Thomas <> | 2023-09-11 12:12:18 +0200 |
---|---|---|
committer | Thomas <> | 2023-09-11 12:12:18 +0200 |
commit | 085b2fdf2c58f71bbf6ed5fb36f916efb9026058 (patch) | |
tree | 061ecd30f63ce792943cf9bfdb5f021fa5a56ab5 /eaaf_modules/eaaf_module_pvp2_sp | |
parent | 4b0f4e62b0d2b34ce27485db08785a8a8261368a (diff) | |
download | EAAF-Components-085b2fdf2c58f71bbf6ed5fb36f916efb9026058.tar.gz EAAF-Components-085b2fdf2c58f71bbf6ed5fb36f916efb9026058.tar.bz2 EAAF-Components-085b2fdf2c58f71bbf6ed5fb36f916efb9026058.zip |
chore(core): remove some deprecated API methods
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> |