diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-07-08 13:32:23 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-07-08 13:32:23 +0200 |
commit | 3f9891a9198619568c82220b706a445217335065 (patch) | |
tree | f808621885827a38007460601ae32475ab7c1eea /id/server/idserverlib/pom.xml | |
parent | 206f283585a28009bb8276f78e7ea1d95298fd8c (diff) | |
parent | 4ebecf480d17550d93165ab17c249cd2caed9e5b (diff) | |
download | moa-id-spss-3f9891a9198619568c82220b706a445217335065.tar.gz moa-id-spss-3f9891a9198619568c82220b706a445217335065.tar.bz2 moa-id-spss-3f9891a9198619568c82220b706a445217335065.zip |
Merge PVP2 and MOA 2.0
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 763eaf226..d66159744 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -9,7 +9,7 @@ <groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>
<packaging>jar</packaging>
- <version>1.5.2</version>
+ <version>1.9.90-SNAPSHOT</version>
<name>MOA ID API</name>
<properties>
@@ -117,6 +117,12 @@ <groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
<version>1.4.0</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>logback-classic</artifactId>
+ <groupId>ch.qos.logback</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>regexp</groupId>
|