Issue Type: Bug Bug
Affects Versions: 1.1.1
Assignee: Logback dev list
Components: logback-access
Created: 19/Feb/14 10:22 AM
Description:

logback-access pom.xml contains following:
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>

Dependency is marked as optional, but maven-bundle-plugin does not have it specified as optional in the Import-Package section:

<Import-Package>
ch.qos.logback.core.rolling,
ch.qos.logback.core.rolling.helper,
javax.servlet.*;version="2.5",
javax.;resolution:=optional, org.apache.catalina.;version="$

{tomcat.version}

";resolution:=optional,
org.eclipse.jetty.*;version="$

{jetty.version}

";resolution:=optional,
*
</Import-Package>

Which causes issues in OSGI environment.

Project: logback
Priority: Major Major
Reporter: Dmitry Malovichko
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