You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/05/30 10:40:20 UTC

[jira] [Created] (WW-4087) Add log4j dependency to example apps

Lukasz Lenart created WW-4087:
---------------------------------

             Summary: Add log4j dependency to example apps
                 Key: WW-4087
                 URL: https://issues.apache.org/jira/browse/WW-4087
             Project: Struts 2
          Issue Type: Improvement
          Components: Example Applications
    Affects Versions: 2.3.14.2
            Reporter: Lukasz Lenart
            Priority: Trivial
             Fix For: 2.3.15


Each example app has log4j.properties file but it won't work as log4j dependency is missing


{code:xml}
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.17</version>
        </dependency>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira