Netflix / suro

Netflix's distributed Data Pipeline
Apache License 2.0
794 stars 170 forks source link

[version upgrade] ribbon-eureka pulls invalid nested dependency version 0.18+ #163

Closed Crystark closed 9 years ago

Crystark commented 9 years ago

Hi,

Would it be possible to upgrade the version used for ribbon-eureka ? You're using 2.0-RC5 which leads to an invalid pom entry in the pom of ribbon-loadbalancer-2.0-RC5 (invalid version):

<dependency>
  <groupId>com.netflix.rxjava</groupId>
  <artifactId>rxjava-core</artifactId>
  <version>0.18+</version>
  <scope>compile</scope>
</dependency>

It's been corrected in RC6 but you could move directly to RC13 too.

Thanks Regards

metacret commented 9 years ago

@Crystark I am sorry for the late response. Emails piled up and I missed this issue. I will do it right now

metacret commented 9 years ago

I got the answer from ribbon guy that I can upgrade to RC9. @Crystark due to Netflix internal dependency problem, I cannot move to directly to RC13 now. RC9 should be fine.

Crystark commented 9 years ago

Yes it will be. Thanks :)