diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-22 08:49:49 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-22 08:49:49 +0100 |
commit | f5970e6aa4f621e870db8a9337fb00598cd85703 (patch) | |
tree | 6bf0c55eda66616dde97cc71b26c38eee19b02ab /id/oa | |
parent | 9b980ba714e6d59abcccb10df5036c0c318721c5 (diff) | |
download | moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.gz moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.bz2 moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.zip |
update third party libs
Diffstat (limited to 'id/oa')
-rw-r--r-- | id/oa/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 8abd75461..c2eb6238c 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -70,11 +70,11 @@ <version>1.2</version> <scope>provided</scope> </dependency> - <dependency> +<!-- <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> - </dependency> + </dependency> --> <dependency> <groupId>org.opensaml</groupId> @@ -98,7 +98,7 @@ </dependency> <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> |