Describe the bug Does Netfilx Eureka has the version for 2.0.0-rc.4 in Spring Cloud 2022.0.0-RC2?

Sample 图片

Comment From: OlgaMaciaszek

Hello @HaojunRen. Since it's an RC, it's not available in Maven Central. If you'd like to use it, please add

<repository>
      <id>netflix-candidates</id>
      <name>Netflix Candidates</name>
      <url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>

to your Maven pom file or make a corresponding change in your Gradle setup.