Describe the bug
Jar available at https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client/3.0.1/jar is invalid: it contains no code, only pom.xml and pom.properties files.
Sample Download jar file from https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-netflix-eureka-client/3.0.1/jar and check the content.
Comment From: ryanjbaxter
That is all the starter contains https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-netflix-eureka-client
Comment From: pstawinski
Thank you, you are right, it's all correct. I got confused... Sorry for taking your time.