https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
Filip Hanik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #9 from Filip Hanik <[email protected]> 2012-03-28 15:34:18 UTC --- (In reply to comment #8) > (In reply to comment #7) > > Yes, because ... tomcat-jdbc in the version 7.0.22 has a dependency in the pom > file to tomcat-juli in the version 7.0.22 ... soo > > MANIFEST: > Import-Package: org.apache.juli.logging;version="[7.0.0, 7.1.0)" > > > > (In reply to comment #6) > > > [6.0.18, 7.0.0) means all versions from including 6.0.18 to except 7.0.0 > > > - not > > > including versions under 6.0.18 or above 7.0.0. > > > > > > To fix this issue, you have to change the MANIFEST: > > > > > > MANIFEST: > > > org.apache.juli.logging;version="[7.0.0, 7.1.0)" > > > > > > OR > > > > > > org.apache.juli.logging;version="[7.0.0, 8.0.0)" > > > > > > Please refet to my last post in Bug 52381 > > > > > > Regards > > > Pancho > > > > aren't you excluding version 6.0.18+ here? what's in the POM is not really related to what should be in an OSGI manifest though. Nothing should prevent you from dropping this library into a container running Tomcat 6 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
