Closed
Description
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?