From 6c7a6f8e222e4fb39a11c220b63e785f2037d428 Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Thu, 16 Jan 2014 08:55:06 +0100 Subject: fix added real source of stork modules --- id/server/stork2-saml-engine/pom.xml | 194 +++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 id/server/stork2-saml-engine/pom.xml (limited to 'id/server/stork2-saml-engine/pom.xml') diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml new file mode 100644 index 000000000..1fbc13b1e --- /dev/null +++ b/id/server/stork2-saml-engine/pom.xml @@ -0,0 +1,194 @@ + + 4.0.0 + eu.stork + saml-engine + jar + STORKSAMLEngine + + UTF-8 + 1.1.0 + 0.5.2 + 0.5.1 + 1.1.0 + 2.6.0 + ${maven.build.timestamp} + + ${saml.version} + + The STORKSAMLEngine library provides tools to support developers working with the Security Assertion Markup Language (SAML). + + + + + + shibboleth-release + Internet2 Releases + default + https://build.shibboleth.net/nexus/content/repositories/releases + + false + + + + + + + + eu.stork + stork-commons + ${commons.version} + + + + org.opensaml + opensaml + ${opensaml.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + jul-to-slf4j + + + + + + org.slf4j + slf4j-api + 1.7.5 + + + org.slf4j + slf4j-simple + 1.7.5 + + + org.slf4j + jcl-over-slf4j + 1.7.5 + + + org.slf4j + log4j-over-slf4j + 1.7.5 + + + org.slf4j + jul-to-slf4j + 1.7.5 + + + + commons-io + commons-io + 2.2 + compile + + + xerces + xercesImpl + 2.11.0 + test + + + junit + junit + 4.11 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + verify + + jar + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + ${saml.version} + ${samlspecacept.version} + ${samlspec.version} + None + ${timestamp} + + + + + + + + + metrics + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 + + + html + xml + + + + + + + + + + -- cgit v1.2.3 From 9cb68043945f53246928443cea723b58ee2b1c24 Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Tue, 21 Jan 2014 14:38:35 +0100 Subject: updated samlengine --- id/server/stork2-saml-engine/pom.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'id/server/stork2-saml-engine/pom.xml') diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 1fbc13b1e..6be0472a7 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 eu.stork - saml-engine + SamlEngine jar STORKSAMLEngine @@ -10,7 +10,7 @@ 1.1.0 0.5.2 0.5.1 - 1.1.0 + 1.2.0 2.6.0 ${maven.build.timestamp} @@ -19,7 +19,11 @@ The STORKSAMLEngine library provides tools to support developers working with the Security Assertion Markup Language (SAML). - + + + org.opensaml + https://build.shibboleth.net/nexus/content/repositories/releases + shibboleth-release @@ -36,7 +40,7 @@ eu.stork - stork-commons + Commons ${commons.version} @@ -131,7 +135,7 @@ org.apache.maven.plugins maven-surefire-plugin - false + true @@ -140,7 +144,6 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 attach-sources @@ -154,7 +157,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 -- cgit v1.2.3 From ef35deb727190363d17d693d10f27171787cc92c Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 3 Feb 2014 15:38:24 +0100 Subject: Solve some merge problems --- id/server/stork2-saml-engine/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'id/server/stork2-saml-engine/pom.xml') diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 6be0472a7..b002471db 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -1,5 +1,11 @@ + + MOA.id + moa-id + 1.9.98-SNAPSHOT + + 4.0.0 eu.stork SamlEngine -- cgit v1.2.3