WW-4492 Add support for Log4J2 as a struts and xwork logging backend

- Use new log4j2 in blank and rest showcase app
 - Migrate to newer jetty plugin version
This commit is contained in:
Johannes Geppert
2015-04-18 21:15:48 +02:00
parent 48c0764f73
commit 093532edc2
10 changed files with 103 additions and 110 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.7.v20120910</version>
<version>8.1.16.v20140903</version>
<configuration>
<stopKey>CTRL+C</stopKey>
<stopPort>8999</stopPort>