diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-04-16 13:48:50 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-04-16 13:48:50 +0200 |
commit | d28e5b6e0d0793558f3328c5a420c17bdd606104 (patch) | |
tree | f8b2188362307b4db26a2c21d1539c28d5e003ea /id/server/stork2-saml-engine | |
parent | e4583b9f0797b2d748c15725247e7c9ae6b31172 (diff) | |
download | moa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.tar.gz moa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.tar.bz2 moa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.zip |
update library versions
Diffstat (limited to 'id/server/stork2-saml-engine')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index e5d3dc1f4..36df747e4 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -96,7 +96,6 @@ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.10</version>
</dependency>
<!-- <dependency>
<groupId>org.slf4j</groupId>
@@ -106,7 +105,6 @@ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.7.10</version>
</dependency>
<!-- <dependency>
<groupId>org.slf4j</groupId>
@@ -116,13 +114,11 @@ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
- <version>1.7.10</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -133,7 +129,6 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
|