From a70e0b461774b2660689b63797bee9a79f848fc4 Mon Sep 17 00:00:00 2001 From: Andreas Stange Date: Thu, 19 Aug 2021 14:25:43 +0200 Subject: [PATCH] - create deployable WAR for sample project (maven config: maven-compiler-plugin, maven-war-plugin) - therefor, added slf4j implementation (logback dependency) --- samples/java-saml-tookit-jspsample/pom.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/samples/java-saml-tookit-jspsample/pom.xml b/samples/java-saml-tookit-jspsample/pom.xml index 6ca21609..16ab9b86 100644 --- a/samples/java-saml-tookit-jspsample/pom.xml +++ b/samples/java-saml-tookit-jspsample/pom.xml @@ -10,6 +10,24 @@ war OneLogin java-saml Toolkit Sample Webapp + + + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + + ${webXmlPath} + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + + com.onelogin @@ -22,6 +40,11 @@ 4.0.1 provided + + ch.qos.logback + logback-classic + 1.2.3 +