Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Is there a equinox.http.servlet version that supports javax.servlet version 3.1

Hi,

Currently I'm using following dependency in a project which uses embedded tomcat version 7.0.59
<dependency>
         <groupId>org.eclipse.equinox</groupId>
         <artifactId>org.eclipse.equinox.http.servlet</artifactId>
         <version>1.1.400.v20130418-1354</version>
</dependency>

I'm in the process of migrating the app to Tomcat 8.0.20. In the above dependency it imports javax.servlet;version="[2.3.0,3.1)" But since Tomcat 8 supports JSP 2.3 and servlet 3.1, is there a new version of this which supports javax.servlet version 3.1

Thanks
Best Regards
/Thusitha 

--
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809


Back to the top