summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/pom.xml
diff options
context:
space:
mode:
authorThomas <>2023-09-11 12:12:18 +0200
committerThomas <>2023-09-11 12:12:18 +0200
commit085b2fdf2c58f71bbf6ed5fb36f916efb9026058 (patch)
tree061ecd30f63ce792943cf9bfdb5f021fa5a56ab5 /eaaf_modules/eaaf_module_pvp2_core/pom.xml
parent4b0f4e62b0d2b34ce27485db08785a8a8261368a (diff)
downloadEAAF-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_core/pom.xml')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index 9da56bba..1176e1b8 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -83,6 +83,11 @@
<artifactId>spring-webmvc</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>jakarta.servlet</groupId>