diff options
author | Martin Bonato <mbonato@datentechnik-innovation.com> | 2015-04-09 11:40:03 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:09:49 +0200 |
commit | dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d (patch) | |
tree | 692fcedf0e49842286eed21028ef873309e35a46 /id/server | |
parent | cae3dae9af7192c041a2725dfa828e615344e3dc (diff) | |
download | moa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.tar.gz moa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.tar.bz2 moa-id-spss-dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d.zip |
Fix spring dependencies.
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 6 | ||||
-rw-r--r-- | id/server/pom.xml | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index e4a46238e..677b5b62e 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -131,7 +131,11 @@ <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-orm</artifactId> + <artifactId>spring-context</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> </dependency> <dependency> 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>
|