summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-03-24 19:51:58 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-03-24 19:51:58 +0100
commit1044640c80e6586192e14635ae5a65d2f6524dc8 (patch)
tree2d82268c36b3f8316f6bb947f06e8102d94896c2 /eaaf_modules/eaaf_module_moa-sig/pom.xml
parentb8117498ba6227248d9e10d960298530ff30bcf8 (diff)
downloadEAAF-Components-1044640c80e6586192e14635ae5a65d2f6524dc8.tar.gz
EAAF-Components-1044640c80e6586192e14635ae5a65d2f6524dc8.tar.bz2
EAAF-Components-1044640c80e6586192e14635ae5a65d2f6524dc8.zip
fix dependency problems with different Java Spring versions
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/pom.xml')
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml
index b9dd49f6..eb2cdae8 100644
--- a/eaaf_modules/eaaf_module_moa-sig/pom.xml
+++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml
@@ -59,7 +59,12 @@
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_core_api</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>