openapi dependency is not getting resolved in spring boot3
I have the below pom.xml
with spring-boot-3.2.0 and spring-doc open-api-2.6.0. The dependency is not getting resolved from maven central. Is there something that I am missing here?
Spring Boot openapi api context change
I have microservice environment and have list of service.
Also have api gateway. api authentication is done via gateway and then it routes request to destination service. so no direct call to any service APIs.