aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork2-commons/pom.xml')
-rw-r--r--id/server/stork2-commons/pom.xml36
1 files changed, 33 insertions, 3 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml
index 1fa6f538d..a71ee1628 100644
--- a/id/server/stork2-commons/pom.xml
+++ b/id/server/stork2-commons/pom.xml
@@ -2,17 +2,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.stork</groupId>
- <artifactId>stork-commons</artifactId>
+ <artifactId>Commons</artifactId>
<packaging>jar</packaging>
<name>Stork Commons</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <stork.version>1.1.0</stork.version>
+ <stork.version>1.2.0</stork.version>
+ <opensaml.version>2.6.0</opensaml.version>
</properties>
<version>${stork.version}</version>
<description>
The STORKCommons library provides beans, Java Interfaces and utility classes to integrate PEPS and SAML Engine.
</description>
+
<dependencies>
<!-- Joda -->
@@ -47,6 +49,34 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ <version>${opensaml.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<!-- Bouncy Castle -->
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -79,7 +109,7 @@
</dependencies>
<build>
- <finalName>stork-commons</finalName>
+ <finalName>commons</finalName>
<pluginManagement>
<plugins>
<plugin>