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

--- Comment #12 from pan4o <ssku4...@web.de> 2012-03-29 06:33:10 UTC ---
Ok, i undestand ... i am not that familiar with the build and run dependencies
of the tomcat libraries.
Please correct me if i am wrong:
tomcat-jdbc in the version 7.0.22 can/should run with tomcat-juli in the
version 6.0.18 but has a compile dependency to tomcat-juli in the version
7.0.22.

The fix of this issue will be than:
tomcat-jdbc MANIFEST:
Import-Package: org.apache.juli.logging;version="[6.0, 7.1)"
OR may be
Import-Package: org.apache.juli.logging;version="[6.0, 8.0)"

But be careful with that version range. This means tomcat-jdbc can run with all
versions in [6.0.0, 7.1.0) of tomcat-juli.

-- 
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