diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-09-20 15:58:41 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-09-20 15:58:41 +0200 |
commit | 7cd5320c3ca8d1efc26d77799bcef0f4b57b8b1a (patch) | |
tree | bb6f9557108b3c3a77e1ac385b4eb60b0d6d45e7 /id/server/auth-edu/pom.xml | |
parent | f67719e4bf5621e4ea72923c9355cc8f4bd7cec9 (diff) | |
download | moa-id-spss-7cd5320c3ca8d1efc26d77799bcef0f4b57b8b1a.tar.gz moa-id-spss-7cd5320c3ca8d1efc26d77799bcef0f4b57b8b1a.tar.bz2 moa-id-spss-7cd5320c3ca8d1efc26d77799bcef0f4b57b8b1a.zip |
update third party libs
Diffstat (limited to 'id/server/auth-edu/pom.xml')
-rw-r--r-- | id/server/auth-edu/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml index b550249e9..4e01c6260 100644 --- a/id/server/auth-edu/pom.xml +++ b/id/server/auth-edu/pom.xml @@ -275,6 +275,11 @@ </exclusions> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + <version>${org.springframework.version}</version> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> |