WW-4492 Add support for Log4J2 as a struts and xwork logging backend - Move log4j2 version to properties
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/3d9c82bf Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/3d9c82bf Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/3d9c82bf Branch: refs/heads/master Commit: 3d9c82bfa959d405a3c64236751875ed91094399 Parents: 05216e0 Author: Johannes Geppert <joh...@gmail.com> Authored: Fri May 1 11:19:51 2015 +0200 Committer: Johannes Geppert <joh...@gmail.com> Committed: Fri May 1 11:19:51 2015 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/3d9c82bf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c105dd8..d7ab677 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,12 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.2</version> + <version>${log4j2.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.2</version> + <version>${log4j2.version}</version> </dependency> <dependency>