diff options
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index ad0ab63c..e93e4d38 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -41,6 +41,11 @@ <artifactId>spring-webmvc</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> |