Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Unsatisfied import of javax.servlet

Hi all,

 

I am adding org.apache.tomcat.api 7.0.21 to Orbit and the build fails with some very strange error – “Unsatisfied import package javax.servlet_[3.0.0,4.0.0).”. This is strange, because javax.servlet 3.0 is already available in Orbit, and it exports the package javax.servlet with version 3.0.0, which obviously belongs to the interval [3.0.0,4.0.0) and therefore the import should be satisfied.

 

Any ideas why this could happen?

 

Regards,

Lazar


Back to the top