Update Log4j to 2.2 in the quickstart archetype
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ed756572 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ed756572 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ed756572 Branch: refs/heads/master Commit: ed7565724f3996dd3e85a042b4ede3fd19e00b1d Parents: f8d0b58 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Mar 2 09:39:09 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Mar 3 14:23:11 2015 +0200 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ed756572/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index c5912c9..3f0ad40 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -44,7 +44,7 @@ <properties> <wicket.version>7.0.0-SNAPSHOT</wicket.version> <jetty9.version>9.2.9.v20150224</jetty9.version> - <log4j.version>2.1</log4j.version> + <log4j.version>2.2</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
