aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/pom.xml
diff options
context:
space:
mode:
authorAndreas Fitzek <afitzek@iaik.tugraz.at>2013-04-04 14:35:49 +0200
committerAndreas Fitzek <afitzek@iaik.tugraz.at>2013-04-04 14:35:49 +0200
commit3f5365c0036b5aa38c0b5a15b9b1215c6004fa36 (patch)
tree5d40060ab875f4c265f1b060af1c0bd0a17b76e5 /id/server/auth/pom.xml
parent2a9ecd6eed55193cabbd5ddaa48c01fae58fc5d9 (diff)
downloadmoa-id-spss-3f5365c0036b5aa38c0b5a15b9b1215c6004fa36.tar.gz
moa-id-spss-3f5365c0036b5aa38c0b5a15b9b1215c6004fa36.tar.bz2
moa-id-spss-3f5365c0036b5aa38c0b5a15b9b1215c6004fa36.zip
added new Servlet definitions
added URL rewrite modul
Diffstat (limited to 'id/server/auth/pom.xml')
-rw-r--r--id/server/auth/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index 816e41df0..e403c5ba7 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -60,6 +60,11 @@
<version>1.1</version>
</dependency>
<dependency>
+ <groupId>org.tuckey</groupId>
+ <artifactId>urlrewritefilter</artifactId>
+ <version>4.0.3</version>
+ </dependency>
+ <dependency>
<groupId>MOA.spss.server</groupId>
<artifactId>moa-spss-lib</artifactId>
<!--version>${project.version}</version-->