You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/01/02 03:29:54 UTC

[jira] Closed: (TAP5-916) Tapestry projects include logging impls as compile depencency

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

Howard M. Lewis Ship closed TAP5-916.
-------------------------------------

    Resolution: Won't Fix
      Assignee: Howard M. Lewis Ship

> Tapestry projects include logging impls as compile depencency
> -------------------------------------------------------------
>
>                 Key: TAP5-916
>                 URL: https://issues.apache.org/jira/browse/TAP5-916
>             Project: Tapestry 5
>          Issue Type: Bug
>            Reporter: Ben Tomasini
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> When including tapestry-ioc in my projects, my maven dependencies look like this:
> <dependency>
>             <groupId>org.apache.tapestry</groupId>
>             <artifactId>tapestry-ioc</artifactId>
>             <version>5.1.0.5</version>
>             <exclusions>
>             	<exclusion>
>             		<artifactId>slf4j-log4j12</artifactId>
>             		<groupId>org.slf4j</groupId>
>             	</exclusion>
>             	<exclusion>
>             		<artifactId>log4j</artifactId>
>             		<groupId>log4j</groupId>
>             	</exclusion>
>             </exclusions>
>         </dependency>
> I am using logback in my application and need the exclude log4j.  Ideally, these dependencies should be changed to <scope>provided</scope> in the tapestry poms.

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