aboutsummaryrefslogtreecommitdiff
path: root/id/oa/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r--id/oa/pom.xml11
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>