I have JBDS installed from installer, which basically ran a p2 director. And I get jetty 3.0.0 and jetty 3.1.0. Than means that while resolving what to installed, p2 has to keep both versions of javax.servlet. That's definitely a sign that our dependency chain currently need both (or p2 wouldn't have installed both).Just wondering if anyone knows WHY we include javax.servlet 3.0.0 and 3.1.0 in JBDS. More importantly... SHOULD we be including both? Or can we just include 3.1.0 and drop 3.0.0?