Maven can't find existing dependency in Maven Central – CentOS
I have a new Spring Boot 2.5.3 project and got some weird issue. I am trying to add this dependency in my pom.xml, but Maven 3.6.3 can't resolve the dependency for some reason. <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi</artifactId> <version>1.5.10</version> </dependency> When running…