suncairong163 commented on issue #12017:
URL: https://github.com/apache/dubbo/issues/12017#issuecomment-1496991431

   javax.servlet.ServletContext 
   这个来自
    <dependency>
               <groupId>javax.servlet</groupId>
               <artifactId>javax.servlet-api</artifactId>
               <scope>provided</scope>
           </dependency>
           dubbo-dependencies-pom默认指定3.1.0
           javax.ws.rs
           这个来自
             <dependency>
                   <groupId>org.jboss.resteasy</groupId>
                   <artifactId>resteasy-jaxrs</artifactId>
                   <version>${resteasy_version}</version>
               </dependency>
               dubbo-dependencies-bom 默认指定3.0.19.Final
               
               不是jdk自带的api,和jdk版本是没关系的,maven 重新刷新下一看看呢
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to