diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-03-24 15:58:03 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-03-24 15:58:03 +0100 |
commit | b8117498ba6227248d9e10d960298530ff30bcf8 (patch) | |
tree | a5e72a37ef4c73841257eb6fc5f14470539b0687 /eaaf_core_utils/pom.xml | |
parent | bb15852878205381898c0719d163756d6aa96e1c (diff) | |
download | EAAF-Components-b8117498ba6227248d9e10d960298530ff30bcf8.tar.gz EAAF-Components-b8117498ba6227248d9e10d960298530ff30bcf8.tar.bz2 EAAF-Components-b8117498ba6227248d9e10d960298530ff30bcf8.zip |
some small changes
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 681152f7..7cf6a266 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -79,6 +79,13 @@ <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> + + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-webmvc</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> |