diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 17f9c4a19..6dcd20c3e 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -56,12 +56,10 @@ org.apache.logging.log4j log4j-api - ${log4j2.version} org.apache.logging.log4j log4j-core - ${log4j2.version} diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 1a04728ce..18bd205ee 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -108,22 +108,18 @@ org.apache.logging.log4j log4j-api - ${log4j2.version} org.apache.logging.log4j log4j-core - ${log4j2.version} org.apache.logging.log4j log4j-jcl - ${log4j2.version} org.apache.logging.log4j log4j-slf4j-impl - ${log4j2.version} diff --git a/core/pom.xml b/core/pom.xml index 59f0d43fd..3a10ed47d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -260,7 +260,6 @@ org.apache.logging.log4j log4j-core - ${log4j2.version} test diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index e1cc10d10..9b5096f60 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -58,13 +58,6 @@ test - - org.apache.logging.log4j - log4j-core - ${log4j2.version} - test - - commons-logging commons-logging diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index 67cff3644..b4ed50ab1 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -105,14 +105,6 @@ spring-test test - - - org.apache.logging.log4j - log4j-core - ${log4j2.version} - test - - UTF-8 diff --git a/plugins/pom.xml b/plugins/pom.xml index c8f62b838..267985dbe 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -82,6 +82,12 @@ test + + org.apache.logging.log4j + log4j-core + test + + javax.servlet.jsp jsp-api diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index 70560063a..37cca9c09 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -100,13 +100,6 @@ test - - org.apache.logging.log4j - log4j-core - ${log4j2.version} - test - - org.springframework diff --git a/pom.xml b/pom.xml index 76e4d86ee..e650eb27f 100644 --- a/pom.xml +++ b/pom.xml @@ -1026,12 +1026,21 @@ log4j-api ${log4j2.version} - + + org.apache.logging.log4j + log4j-core + ${log4j2.version} + org.apache.logging.log4j log4j-jcl ${log4j2.version} + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j2.version} + org.testng