aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/pom.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-01-16 15:11:48 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-01-16 15:11:48 +0100
commite6e2bbf9a6e4df5e714ab10babae013317bf8422 (patch)
treee6a7a0ecde150f15fc895ebf106f5373a1be7269 /id/server/auth/pom.xml
parent92717efaa56e3d0f7c271b91483507cf981b417b (diff)
downloadmoa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.tar.gz
moa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.tar.bz2
moa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.zip
Add dti-process-engine support.
Diffstat (limited to 'id/server/auth/pom.xml')
-rw-r--r--id/server/auth/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index 7db6ce648..529737820 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -189,6 +189,16 @@
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.10</version>