diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-04-01 16:54:06 +0200 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-04-01 16:54:06 +0200 |
commit | 5f0b20d72cb502dedfdff5364d150a110c6fc395 (patch) | |
tree | 6c0eeac8af529d54f7e8e89a9268d17a8a18920b /id/oa | |
parent | 4e26d339e14275d13f993fd75dbe2819870ae699 (diff) | |
parent | 779030ed2d7091183b3faf13fec57fa270d46c3a (diff) | |
download | moa-id-spss-5f0b20d72cb502dedfdff5364d150a110c6fc395.tar.gz moa-id-spss-5f0b20d72cb502dedfdff5364d150a110c6fc395.tar.bz2 moa-id-spss-5f0b20d72cb502dedfdff5364d150a110c6fc395.zip |
merge
Diffstat (limited to 'id/oa')
-rw-r--r-- | id/oa/pom.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index cc2bff4b0..b88f560fb 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>MOA</groupId> <artifactId>id</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id</groupId> <artifactId>moa-id-oa</artifactId> <packaging>war</packaging> - <version>2.0.0</version> + <version>2.0.1</version> <name>MOA Sample OA</name> <properties> @@ -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> |