https://issues.apache.org/bugzilla/show_bug.cgi?id=52318

--- Comment #8 from pan4o <ssku4...@web.de> 2012-03-27 19:20:09 UTC ---
(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?

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to