diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-01-30 11:56:54 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-01-30 11:56:54 +0100 |
commit | 109aef31e7722cb8e18a920314ad342367bc8483 (patch) | |
tree | 01c3c4ece07a2b5e8d22e69b316062eb79c39eb2 /id/oa | |
parent | aa8ef6ac6e9f27cde7d009006de639893e0851f3 (diff) | |
download | moa-id-spss-109aef31e7722cb8e18a920314ad342367bc8483.tar.gz moa-id-spss-109aef31e7722cb8e18a920314ad342367bc8483.tar.bz2 moa-id-spss-109aef31e7722cb8e18a920314ad342367bc8483.zip |
-- set MOA-ID Version to 1.9.98-Snapshot
-- update SZRGWClient
-- insert MOA-ID-lib version in PVP2 metadata
Diffstat (limited to 'id/oa')
-rw-r--r-- | id/oa/pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 3b507a223..adb372bd0 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -5,7 +5,7 @@ <groupId>MOA</groupId> <artifactId>moa-id-oa</artifactId> <packaging>war</packaging> - <version>2.0</version> + <version>2.0.0</version> <name>MOA Sample OA</name> <properties> @@ -25,6 +25,19 @@ </build> <dependencies> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + <version>1.2</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.4</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> |