You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/08/21 16:47:30 UTC

[jira] Resolved: (WICKET-856) add dependency slf4j-log4j12 to wicket-quickstart

     [ https://issues.apache.org/jira/browse/WICKET-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-856.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4
         Assignee: Jean-Baptiste Quenot

> add dependency slf4j-log4j12 to wicket-quickstart
> -------------------------------------------------
>
>                 Key: WICKET-856
>                 URL: https://issues.apache.org/jira/browse/WICKET-856
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>            Reporter: Martin Funk
>            Assignee: Jean-Baptiste Quenot
>             Fix For: 1.3.0-beta4
>
>
> Quickstart doesn't carry a dependency to any slf4j implementation. That's the reason why
> mvn jetty:run
> doesn't work.
> If the dependecy were present the quickstart project could be started right away after svn checkout.
>  svn diff -r HEAD
> Index: pom.xml
> ===================================================================
> --- pom.xml     (Revision 567028)
> +++ pom.xml     (Arbeitskopie)
> @@ -54,6 +54,10 @@
>                         <groupId>org.mortbay.jetty</groupId>
>                         <artifactId>jetty-management</artifactId>
>                 </dependency>
> +                <dependency>
> +                        <groupId>org.slf4j</groupId>
> +                        <artifactId>slf4j-log4j12</artifactId>
> +                </dependency>
>         </dependencies>
>         <build>
>                 <plugins>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.