victorsosa commented on PR #534:
URL: https://github.com/apache/struts/pull/534#issuecomment-1115058978

   Trying to update to servlet 3.1.0, but getting a weird not found class
           <dependency>
               <groupId>javax.servlet</groupId>
               <artifactId>javax.servlet-api</artifactId>
               <version>3.1.0</version>
               <scope>provided</scope>
           </dependency>
   
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project struts2-core: Compilation failure: Compilation failure: 
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[21,26]
 package javax.servlet.http does not exist
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[22,26]
 package javax.servlet.http does not exist
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/Component.java:[40,26]
 package javax.servlet.http does not exist
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/Component.java:[41,26]
 package javax.servlet.http does not exist
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[36,57]
 cannot find symbol
   [ERROR]   symbol:   class HttpServletRequest
   [ERROR]   location: class org.apache.struts2.views.jsp.ComponentTagSupport
   [ERROR] 
/home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[36,81]
 cannot find symbol
   [ERROR]   symbol:   class HttpServletResponse
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to