最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Caused by: java.lang.NoClassDefFoundError: iosmallryeopenapiuiOption error - Stack Overflow

programmeradmin1浏览0评论

I am trying to implement OpenAPI UI in my project with Helidon 2.6.6

Added the following dependencies in my pom.xml

        <dependency>
            <groupId>io.helidon.microprofile.openapi</groupId>
            <artifactId>helidon-microprofile-openapi</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>io.smallrye</groupId>
            <artifactId>smallrye-open-api-ui</artifactId>
            <version>2.0.0</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>io.helidon.integrations.openapi-ui</groupId>
            <artifactId>helidon-integrations-openapi-ui</artifactId>
            <scope>runtime</scope>
        </dependency>

getting the following error, some jar files are missing

Caused by: java.lang.NoClassDefFoundError: io/smallrye/openapi/ui/Option

发布评论

评论列表(0)

  1. 暂无评论