diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-06-27 15:17:32 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-06-27 15:17:32 +0200 |
commit | 59790d25a2a3869fd3d7b86b874c4dafe21fb9d7 (patch) | |
tree | b1d7e7ca3b1de625cf13c4e13f29d8982278a21b /id/server/idserverlib/pom.xml | |
parent | d8f886a98dd2c3eaec17623c4032395b54b15d62 (diff) | |
download | moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.tar.gz moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.tar.bz2 moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.zip |
Change entitiesDescriptor trust lookup, changed version to 1.9.90-SNAPSHOT
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 1244d4bd6..9fcdedb7d 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>
|