Skip to content

Java 9 same Package 'org.springdoc.api' exported by 'springdoc.openapi.core' and 'springdoc.openapi.common' Modules #461

Closed
@luismospinam

Description

@luismospinam

Describe the bug
When trying to modularize the application I get the following error because of openapi dependencie:
java.lang.module.ResolutionException: Modules springdoc.openapi.core and springdoc.openapi.common export package org.springdoc.api to module spring.boot

Currently using the dependency:

        <dependency>
            <groupId>org.springdoc</groupId>
            <artifactId>springdoc-openapi-ui</artifactId>
            <version>1.2.32</version>
        </dependency>

Expected behavior
Packages exported by each Module should be unique, so maybe rename the exported package in one of the modules?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions