From 08834c5dae4be91c87684641809ae52ae2f933e7 Mon Sep 17 00:00:00 2001 From: Stefaan Dutry Date: Mon, 17 Apr 2017 09:06:10 +0200 Subject: [PATCH 1/2] changed deprecated ${artifactId} to ${project.artifactId} --- basic-struts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-struts/pom.xml b/basic-struts/pom.xml index 8743cf38..80665aa7 100644 --- a/basic-struts/pom.xml +++ b/basic-struts/pom.xml @@ -23,7 +23,7 @@ 8.1.16.v20140903 - /${artifactId} + /${project.artifactId} CTRL+C 8999 From c785bc559904c72830333d23cf6eb478a857176c Mon Sep 17 00:00:00 2001 From: Stefaan Dutry Date: Mon, 17 Apr 2017 09:24:48 +0200 Subject: [PATCH 2/2] added missing log4j2 dependency --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43b89262..16778d5b 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ UTF-8 2.5.11-SNAPSHOT + 2.8.2 @@ -91,8 +92,24 @@ ${struts2.version} + + org.apache.logging.log4j + log4j-core + ${log4j2.version} + + + + + + org.apache.logging.log4j + log4j-api + ${log4j2.version} + + + + @@ -141,4 +158,4 @@ - \ No newline at end of file +