[logback-dev] [JIRA] Commented: (LBCLASSIC-151) Export-Package: org.slf4j.impl; version="1.5.6" but 1.5.8 required
Bulat Nigmatullin (JIRA)
noreply-jira at qos.ch
Mon Aug 24 19:12:36 CEST 2009
[ http://jira.qos.ch/browse/LBCLASSIC-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11280#action_11280 ]
Bulat Nigmatullin commented on LBCLASSIC-151:
---------------------------------------------
Bugfix: logback-classic/pom.xml
<project>
...
<build>
<plugins>
...
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
...
<configuration>
<instructions>
<Export-Package>ch.qos.logback.classic.*</Export-Package>
<Export-Package>org.slf4j.impl;version=1.5.6</Export-Package> ------------- this line should be changed to 1.5.8!!!!!!!
....
</configuration>
</plugin>
</plugins>
</build>
...
</project>
> Export-Package: org.slf4j.impl;version="1.5.6" but 1.5.8 required
> -----------------------------------------------------------------
>
> Key: LBCLASSIC-151
> URL: http://jira.qos.ch/browse/LBCLASSIC-151
> Project: logback-classic
> Issue Type: Bug
> Affects Versions: 0.917
> Reporter: Bulat Nigmatullin
> Assignee: Logback dev list
> Priority: Minor
>
> In pom.xml you says
> <properties>
> −
> <!--
> slf4j.version property is used below and in setClasspath.cmd
> -->
> <slf4j.version>1.5.8</slf4j.version>
> <consolePlugin.version>1.1.0</consolePlugin.version>
> </properties>
> but in MANIFEST.MF exported org.slf4j.impl version 1.5.6.
> Please, fix version in MANIFEST.MF and upload it to Maven repository.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list