fabric8io / kubeflix

Kubernetes integration with Netflix OSS
266 stars 69 forks source link

Unable to build the loan broker example #154

Open andrewrutter opened 7 years ago

andrewrutter commented 7 years ago

I was getting the following error when trying to build the broker application under the loan broker example:

[ERROR] Failed to execute goal on project loanbroker-broker: Could not resolve dependencies for project io.fabric8.kubeflix.examples:loanbroker-broker:jar:1.0-SNAPSHOT: Failure to find io.fabric8.kubeflix:ribbon-discovery:jar:1.0-SNAPSHOT in https://repo.spring.io/libs-release was cached in the local repository, resolution will not be reattempted until the update interval of spring-releases has elapsed or updates are forced -> [Help 1]

I changed the pom to include the current version for the ribbon-discovery dependency which allowed the build to go through.

    <dependency>
      <groupId>io.fabric8.kubeflix</groupId>
      <artifactId>ribbon-discovery</artifactId>
      <version>1.0.26</version>
    </dependency>
iocanel commented 7 years ago

Do you still have this issue?