aboutsummaryrefslogtreecommitdiff
path: root/id/server/pom.xml
diff options
context:
space:
mode:
authorMartin Bonato <mbonato@datentechnik-innovation.com>2015-04-09 11:40:03 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:09:49 +0200
commitdc2cefbb4565b11c0a34d9636b27d186cc5cdd0d (patch)
tree692fcedf0e49842286eed21028ef873309e35a46 /id/server/pom.xml
parentcae3dae9af7192c041a2725dfa828e615344e3dc (diff)
downloadmoa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.tar.gz
moa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.tar.bz2
moa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.zip
Fix spring dependencies.
Diffstat (limited to 'id/server/pom.xml')
-rw-r--r--id/server/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/pom.xml b/id/server/pom.xml
index 802ba73f7..9ce48bf60 100644
--- a/id/server/pom.xml
+++ b/id/server/pom.xml
@@ -84,6 +84,12 @@
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ <version>${org.springframework.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${org.springframework.version}</version>
</dependency>