From a9eaee6bcccade68316c8aedd83a15d737dd501c Mon Sep 17 00:00:00 2001 From: "f.disciascio" Date: Tue, 24 Jan 2023 16:11:51 +0100 Subject: [PATCH] aggiunto pom spid --- spid/pom.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 spid/pom.xml diff --git a/spid/pom.xml b/spid/pom.xml new file mode 100644 index 0000000..4df786e --- /dev/null +++ b/spid/pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + + it.italia.developers.spid + spid-spring + 0.0.1-SNAPSHOT + + spid-spring-integration + spid-spring-integration + http://maven.apache.org + + UTF-8 + + + + + org.junit.jupiter + junit-jupiter-api + 5.7.2 + test + + + + + org.assertj + assertj-core + 3.19.0 + test + + + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.17.0 + + + + org.springframework + spring-context + ${spring.version} + + + + + org.springframework.security.extensions + spring-security-saml2-core + 1.0.2.RELEASE + + + + javax.servlet + javax.servlet-api + 4.0.0 + provided + + + + +