diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:11:16 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 15:11:16 +0200 |
commit | c864d453105f08786c24ce932b0b9a349058fd68 (patch) | |
tree | 9b19e37b26b13d584072eb5daeb0613ce4a39766 /id | |
parent | 2b986b919ec2057b3770af31f3307c46306e60cb (diff) | |
download | moa-id-spss-c864d453105f08786c24ce932b0b9a349058fd68.tar.gz moa-id-spss-c864d453105f08786c24ce932b0b9a349058fd68.tar.bz2 moa-id-spss-c864d453105f08786c24ce932b0b9a349058fd68.zip |
Update commons-io.jar to version 2.4
Diffstat (limited to 'id')
-rw-r--r-- | id/oa/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index cc2bff4b0..9b6f4525c 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -61,18 +61,15 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> - <version>2.6.0</version> - </dependency> + </dependency> <dependency> <groupId>org.opensaml</groupId> <artifactId>xmltooling</artifactId> - <version>1.4.0</version> - </dependency> + </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> - <version>2.4</version> </dependency> <dependency> <groupId>jstl</groupId> |