Repository: struts-examples Updated Branches: refs/heads/master ffb321fa3 -> 4264f901c
Upgrades to latest Struts version and drops custom Log4j2 declaration Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/6992509f Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/6992509f Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/6992509f Branch: refs/heads/master Commit: 6992509feba14a4fef085c3b7f2dab8d695c828a Parents: ffb321f Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Tue Nov 1 17:21:10 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Tue Nov 1 17:21:10 2016 +0100 ---------------------------------------------------------------------- pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/6992509f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c984850..a2e0594 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <struts2.version>2.5.2</struts2.version> - <log4j2.version>2.6.2</log4j2.version> + <struts2.version>2.5.5</struts2.version> </properties> <modules> @@ -88,12 +87,6 @@ <version>${struts2.version}</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j2.version}</version> - </dependency> - </dependencies> <build>