You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "suncairong163 (via GitHub)" <gi...@apache.org> on 2023/04/05 06:38:57 UTC

[GitHub] [dubbo] suncairong163 commented on issue #12017: jdk17+springboot3+dubbo3.2.0-beta6,报错:java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org