diff options
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>
|